Skip to content
Snippets Groups Projects

Issue #3322344: Update a BDD test suite for OpenStack cloud service provider (Heat API endpoint)

Files
4
@@ -7,14 +7,23 @@
api_cinder:
# You need to change the value here, or define the key-value in a separate file.
# e.g. https://example.com/volume
api_glance:
# You need to change the value here, or define the key-value in a separate file.
# e.g. https://example.com/image
api_keystone:
# You need to change the value here, or define the key-value in a separate file.
# e.g. https://example.com/identity
api_neutron:
# You need to change the value here, or define the key-value in a separate file.
# e.g. https://example.com:9696 (before zed)
# e.g. https://example.com:9696/networking (for zed or above)
api_nova:
# You need to change the value here, or define the key-value in a separate file.
# e.g. https://example.com/compute
api_heat:
# You need to change the value here, or define the key-value in a separate file.
# e.g. https://example.com/heat-api
availability_zone:
nova
ca_path:
Loading