Merge "Use --os-identity-api-version 3 explicitly in osc"

This commit is contained in:
Jenkins 2017-10-10 00:45:43 +00:00 committed by Gerrit Code Review
commit 6f245df88c

View File

@ -83,6 +83,7 @@ class openstack_integration::designate {
# Validate that designate-central is ready for pool update # Validate that designate-central is ready for pool update
$command = "openstack --os-auth-url ${::openstack_integration::config::keystone_auth_uri} \ $command = "openstack --os-auth-url ${::openstack_integration::config::keystone_auth_uri} \
--os-identity-api-version 3 \
--os-project-name services --os-username designate --os-password a_big_secret \ --os-project-name services --os-username designate --os-password a_big_secret \
--os-project-domain-name Default --os-user-domain-name Default zone list" --os-project-domain-name Default --os-user-domain-name Default zone list"
openstacklib::service_validation { 'designate-central': openstacklib::service_validation { 'designate-central':