Merge "Init Glance database only on the node with the database backend"
diff --git a/.zuul.yaml b/.zuul.yaml
index 08513c2..cbb9d99 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -401,6 +401,7 @@
key: true
# Glance services
g-api: true
+ g-reg: true
# Nova services
n-api: true
n-api-meta: true
diff --git a/stackrc b/stackrc
index 9fd7f75..2d3a599 100644
--- a/stackrc
+++ b/stackrc
@@ -69,7 +69,7 @@
# Placement service needed for Nova
ENABLED_SERVICES+=,placement-api,placement-client
# Glance services needed for Nova
- ENABLED_SERVICES+=,g-api
+ ENABLED_SERVICES+=,g-api,g-reg
# Cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol
# Neutron