From de6773ada3e38be3ce734e9e73288df37de32437 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 22 Nov 2017 11:06:57 -0500 Subject: meta-openstack: initial move to use systemd Add instructions to the README.setup on how to configure the build to use systemd. The remaining changes are a bit of hack and slash to get the builds to succeed. The 'hacking' only touches core openstack component recipes which are all in various states of broken anyways, so these changes will not affect any current meta-cloud-services users. All of these will be corrected shortly. Most users of OpenStack have long ago made the move to systemd, by following suit we can take advantage of the better support for service files along with matching most OpenStack documentation. The remaining sysvinit parts will be removed as we get the openstack components updated and back to a working state. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 7b560a7..115d198 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -212,6 +212,18 @@ FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" ALLOW_EMPTY_${SRCNAME}-setup = "1" ALLOW_EMPTY_${SRCNAME}-ec2 = "1" +ALLOW_EMPTY_${SRCNAME}-api = "1" +ALLOW_EMPTY_${SRCNAME}-compute = "1" +ALLOW_EMPTY_${SRCNAME}-controller = "1" +ALLOW_EMPTY_${SRCNAME}-consoleauth = "1" +ALLOW_EMPTY_${SRCNAME}-cert = "1" +ALLOW_EMPTY_${SRCNAME}-conductor = "1" +ALLOW_EMPTY_${SRCNAME}-network = "1" +ALLOW_EMPTY_${SRCNAME}-novncproxy = "1" +ALLOW_EMPTY_${SRCNAME}-scheduler = "1" +ALLOW_EMPTY_${SRCNAME}-spicehtml5proxy = "1" + + FILES_${PN} = "${libdir}/*" -- cgit v1.2.3-54-g00ecf