From 2e31e8828f34aa625dc77a5a9745d175dd356fe4 Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Wed, 7 Mar 2018 21:52:14 +0000 Subject: [PATCH] glance-api: add dependency on message bus without this the api starts up in a non-working state, the bootstrap job then runs and give is images which are stuck queued Change-Id: Ie3e03620618b1c46882c05b3a5ef8745c78af6a3 --- glance/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glance/values.yaml b/glance/values.yaml index 8ff5133e76..369970bcf3 100644 --- a/glance/values.yaml +++ b/glance/values.yaml @@ -322,6 +322,8 @@ dependencies: service: oslo_db - endpoint: internal service: identity + - endpoint: internal + service: oslo_messaging bootstrap: jobs: - glance-storage-init