We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01670df commit f17ba4fCopy full SHA for f17ba4f
devstack/settings
@@ -48,10 +48,7 @@ CEILOMETER_CACHE_URL=${CEILOMETER_CACHE_URL:-redis://localhost:6379}
48
49
CEILOMETER_EVENT_ALARM=${CEILOMETER_EVENT_ALARM:-False}
50
51
-# Set up default directories for client and middleware
52
-GITREPO["python-ceilometerclient"]=${CEILOMETERCLIENT_REPO:-${GIT_BASE}/openstack/python-ceilometerclient.git}
53
-GITBRANCH["python-ceilometerclient"]=${CEILOMETERCLIENT_BRANCH:-master}
54
-GITDIR["python-ceilometerclient"]=$DEST/python-ceilometerclient
+# Set up default directories for middleware
55
GITDIR["ceilometermiddleware"]=$DEST/ceilometermiddleware
56
57
# Make sure panko plugin is enabled before ceilometer
0 commit comments