Gate: use swift for glance in armada gate

This PS updates the armada gate to use swift.

Change-Id: Ib42aea461415aa298ec7cfb648f3d72de9417742
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-07-01 13:25:08 +01:00
parent c465f5b2b8
commit 0bb0cf1b31
2 changed files with 4 additions and 2 deletions

View File

@ -253,6 +253,9 @@ data:
endpoints: endpoints:
identity: identity:
namespace: openstack namespace: openstack
auth:
swift:
password: ${SWIFT_USER_PASSWORD}
object_store: object_store:
namespace: ceph namespace: ceph
ceph_mon: ceph_mon:

View File

@ -523,7 +523,6 @@ data:
replicas: replicas:
api: 2 api: 2
registry: 2 registry: 2
storage: radosgw
source: source:
type: local type: local
location: ${OSH_PATH} location: ${OSH_PATH}
@ -1563,8 +1562,8 @@ data:
- deploy-mariadb - deploy-mariadb
- deploy-memcached - deploy-memcached
- openstack-keystone - openstack-keystone
- openstack-glance
- openstack-radosgw - openstack-radosgw
- openstack-glance
- openstack-cinder - openstack-cinder
- openstack-compute-kit - openstack-compute-kit
- openstack-heat - openstack-heat