diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-22 16:34:17 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 16:17:20 -0500 |
| commit | 86398e60a1039f67c77c15974a002fc80b076298 (patch) | |
| tree | bb506f581d994b1358ea2f3e85d5db3ed8693df1 /meta-openstack/recipes-devtools/python/python-keystone_git.bb | |
| parent | bebcf13e5eca199d98a2c94ef1c20da50cba7f51 (diff) | |
| download | meta-cloud-services-86398e60a1039f67c77c15974a002fc80b076298.tar.gz | |
init: remove remaining createdb commands to separate init packages
After moving all database creation initialization packages, we also
remove it from the RDEPENDS of the various control node recipes.
This allows images to select database initialization or skip it.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index e018d8d..dbc76d8 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -109,8 +109,7 @@ RDEPENDS_${PN} += "python-pam \ | |||
| 109 | python-dogpile.cache \ | 109 | python-dogpile.cache \ |
| 110 | " | 110 | " |
| 111 | 111 | ||
| 112 | RDEPENDS_${SRCNAME} = "${PN} ${SRCNAME}-setup \ | 112 | RDEPENDS_${SRCNAME} = "${PN} postgresql postgresql-client python-psycopg2" |
| 113 | postgresql postgresql-client python-psycopg2" | ||
| 114 | 113 | ||
| 115 | INITSCRIPT_PACKAGES = "${SRCNAME}" | 114 | INITSCRIPT_PACKAGES = "${SRCNAME}" |
| 116 | INITSCRIPT_NAME_${SRCNAME} = "keystone" | 115 | INITSCRIPT_NAME_${SRCNAME} = "keystone" |
