summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index fc96b51..247e816 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -51,7 +51,7 @@ USERADD_PARAM:${PN} = "--system -m -d ${localstatedir}/lib/nova -s /bin/false -g
51PLACEMENT_USER = "placement" 51PLACEMENT_USER = "placement"
52 52
53SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-ec2" 53SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-ec2"
54KEYSTONE_HOST="${CONTROLLER_IP}" 54KEYSTONE_HOST = "${CONTROLLER_IP}"
55 55
56# USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set. 56# USERCREATE_PARAM and SERVICECREATE_PARAM contain the list of parameters to be set.
57# If the flag for a parameter in the list is not set here, the default value will be given to that parameter. 57# If the flag for a parameter in the list is not set here, the default value will be given to that parameter.