Use simplestreams dev ppa for ksv3 features

https://bugs.launchpad.net/bugs/1686437

Also, reconfigure test to not use swift, as it is not present
in this deployment.
This commit is contained in:
Ryan Beisner 2018-04-09 17:16:37 +00:00
parent 79c2a7c3c6
commit b79a2f1772
1 changed files with 5 additions and 1 deletions

View File

@ -106,7 +106,11 @@ class GlanceBasicDeployment(OpenStackAmuletDeployment):
def _configure_services(self):
"""Configure all of the services."""
gss_config = {}
gss_config = {
# https://bugs.launchpad.net/bugs/1686437
'source': 'ppa:simplestreams-dev/trunk',
'use_swift': 'False',
}
glance_config = {}
keystone_config = {
'admin-password': 'openstack',