Set keystone::endpoint::version explicitly

Upstream patch https://review.openstack.org/#/c/438061/
deprecates keystone::endpoint::version in order to create
versionless keystone endpoints. Fuel ostf are not ready, that's
why keystone::endpoint::version should be set explicitly
to work around this problem.

Change-Id: If7713b6c3e78f64bdeb29dfeebce24a24b4c364b
This commit is contained in:
Mykyta Karpin 2017-02-28 14:51:56 +02:00
parent 5035fd3557
commit 29ca1e6e4c
2 changed files with 3 additions and 0 deletions

View File

@ -384,6 +384,8 @@ class openstack_tasks::keystone::keystone {
admin_url => $admin_url,
internal_url => $internal_url,
region => $region,
# TODO: Remove version when #1668574 will be fixed in OSTF
version => 'unset',
}
Exec <| title == 'keystone-manage db_sync' |> -> Class['::keystone::endpoint']

View File

@ -147,6 +147,7 @@ describe manifest do
'admin_url' => admin_url,
'internal_url' => internal_url,
'region' => region,
'version' => 'unset',
)
end