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 --- .../python/python-nova/nova-network.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-nova/nova-network.service (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-network.service') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-network.service b/meta-openstack/recipes-devtools/python/python-nova/nova-network.service new file mode 100644 index 0000000..45f4e15 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-network.service @@ -0,0 +1,17 @@ +[Unit] +Description=OpenStack Nova Network Server +After=syslog.target network.target + +[Service] +Type=notify +NotifyAccess=all +TimeoutStartSec=0 +Restart=always +User=nova +ExecStart=/usr/bin/nova-network + +# Don't kill dnsmasq on shutdown (#805947) +KillMode=process + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf