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-novncproxy.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-nova/nova-novncproxy.service (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-novncproxy.service') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-novncproxy.service b/meta-openstack/recipes-devtools/python/python-nova/nova-novncproxy.service new file mode 100644 index 0000000..3aa562f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-novncproxy.service @@ -0,0 +1,12 @@ +[Unit] +Description=OpenStack Nova NoVNC Proxy Server +After=syslog.target network.target + +[Service] +Type=simple +User=nova +EnvironmentFile=-/etc/sysconfig/openstack-nova-novncproxy +ExecStart=/usr/bin/nova-novncproxy --web /usr/share/novnc/ $OPTIONS + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf