diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 06e4d93..5e7bd88 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
@@ -34,7 +34,7 @@ GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\ | |||
34 | glance.store.http.Store" | 34 | glance.store.http.Store" |
35 | 35 | ||
36 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup" | 36 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup" |
37 | KEYSTONE_HOST="${CONTROLLER_IP}" | 37 | KEYSTONE_HOST = "${CONTROLLER_IP}" |
38 | 38 | ||
39 | # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. | 39 | # USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. |
40 | # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. | 40 | # If the flag for a parameter in the list is not set here, the default value will be given to that parameter. |