From e7b4a0b965bb40861a487c13199755044919472a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 4 Apr 2018 16:02:56 -0400 Subject: python-nova: uprev to latest openstack sable/pike release This requires several new recipes and package uprevs (python-tooz, python-os-brick, python-pypowervm, python-networkx, python-microversion-parse, python-os-win, python-os-vif, and python-os-traits). Along with updates to make things work with systemd. We also take steps to make setup/init use the directions from https://docs.openstack.org/nova/pike/install/controller-install-ubuntu.html After these changes we can validate that nova is operating nominally using the command: +-------+--------------------------------------+ | Name | UUID | +-------+--------------------------------------+ | cell0 | 00000000-0000-0000-0000-000000000000 | | cell1 | f547fa04-7c82-4498-95ee-210fc40abdb6 | +-------+--------------------------------------+ Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-nova/nova-init.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-nova/nova-init.service (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-init.service') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-init.service b/meta-openstack/recipes-devtools/python/python-nova/nova-init.service new file mode 100644 index 0000000..28fdf4b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-init.service @@ -0,0 +1,12 @@ +[Unit] +Description=Barebones OpenStack nova initialization +After=postgresql-init.service keystone-init.service + +[Service] +Type=oneshot +ExecStart=%SYSCONFDIR%/nova/nova-init +ExecStartPost=/bin/systemctl --no-reload disable nova-init.service +RemainAfterExit=No + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf