Tidyup following review feedback

This commit is contained in:
Liam Young
2020-06-12 13:14:28 +00:00
parent 12cf1725cb
commit 68648aede5
3 changed files with 6 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ def add_keystone_config(ctxt, keystone_session):
def get_service_list(keystone_session):
"""Add keystone config to context.
"""Retrieve list of services from keystone.
:param keystone_session: keystoneauth1.session.Session object
:type: keystoneauth1.session.Session

View File

@@ -45,8 +45,10 @@ api_v2 = true
api_v3 = false
{% endif %}
{% if 'glance' in enabled_services %}
[image]
http_image = http://{{ test_swift_ip }}:80/swift/v1/images/cirros-0.3.4-x86_64-uec.tar.gz
{% endif %}
{% if 'neutron' in enabled_services %}
[network]

View File

@@ -47,8 +47,10 @@ api_v2 = false
api_v3 = true
{% endif %}
{% if 'glance' in enabled_services %}
[image]
http_image = http://{{ test_swift_ip }}:80/swift/v1/images/cirros-0.3.4-x86_64-uec.tar.gz
{% endif %}
{% if 'neutron' in enabled_services %}
[network]
@@ -98,4 +100,5 @@ storage_protocol = ceph
catalog_type = {{ catalog_type }}
[volume-feature-enabled]
backup = false
{% endif %}