diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 |
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 | |||
51 | PLACEMENT_USER = "placement" | 51 | PLACEMENT_USER = "placement" |
52 | 52 | ||
53 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-ec2" | 53 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-ec2" |
54 | KEYSTONE_HOST="${CONTROLLER_IP}" | 54 | KEYSTONE_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. |