Disable v3 endpoints by default
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/942775 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/945476 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/945477 Change-Id: If9b81df824d04ef6b13443441acd0af0241cbe78
This commit is contained in:
parent
a76535685f
commit
d1f662225d
@ -197,7 +197,7 @@ cinder_service_adminurl: "{{ cinder_service_adminuri }}/v3/%(project_id)s"
|
||||
cinder_service_internaluri: "{{ cinder_service_internaluri_proto }}://{{ internal_lb_vip_address }}:{{ cinder_service_port }}"
|
||||
cinder_service_internalurl: "{{ cinder_service_internaluri }}/v3/%(project_id)s"
|
||||
|
||||
cinder_service_v3_enabled: true
|
||||
cinder_service_v3_enabled: false
|
||||
cinder_service_v3_name: cinderv3
|
||||
cinder_service_v3_type: volumev3
|
||||
cinder_service_v3_description: "Cinder Volume Service V3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user