[trivial] fix amulet missing https_keystone setting error

This commit is contained in:
Edward Hope-Morley
2015-03-26 09:24:45 -07:00
parent e6774d7955
commit a98957bf9c

View File

@@ -160,7 +160,6 @@ class GlanceBasicDeployment(OpenStackAmuletDeployment):
'auth_port': '35357', 'auth_port': '35357',
'auth_protocol': 'http', 'auth_protocol': 'http',
'private-address': u.valid_ip, 'private-address': u.valid_ip,
'https_keystone': 'False',
'auth_host': u.valid_ip, 'auth_host': u.valid_ip,
'service_username': 'glance', 'service_username': 'glance',
'service_tenant_id': u.not_null, 'service_tenant_id': u.not_null,