nova-novncproxy service can't start on ussuri-proposed

Bug #1866568 reported by Chris MacNaughton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Nova Cloud Controller Charm
Invalid
Undecided
Unassigned
nova (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

$ systemctl status nova-novncproxy
● nova-novncproxy.service - OpenStack Compute novncproxy
   Loaded: error (Reason: Invalid argument)
   Active: inactive (dead)

Mar 08 14:55:37 juju-43bf9e-9-lxd-1 systemd[1]: /lib/systemd/system/nova-novncproxy.service:3: Missing '='.

In the systemd file, I see:

[Unit]
Description=OpenStack Compute novncproxy
network-online.target local-fs.target remote-fs.target
network-online.target

[Service]
User=nova
Group=nova
Type=simple
WorkingDirectory=~
RuntimeDirectory=nova lock/nova
CacheDirectory=nova
ExecStart=/etc/init.d/nova-novncproxy systemd-start
Restart=on-failure
LimitNOFILE=65535
TimeoutStopSec=15
UMask=0027

[Install]
WantedBy=multi-user.target

Lines 3 and 4 should be:

After=network-online.target local-fs.target remote-fs.target
Wants=network-online.target

James Page (james-page)
Changed in charm-nova-cloud-controller:
status: New → Invalid
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package nova - 2:21.0.0~b2~git2020021008.1fcd74730d-0ubuntu5

---------------
nova (2:21.0.0~b2~git2020021008.1fcd74730d-0ubuntu5) focal; urgency=medium

  * No change rebuild with new version of openstack-pkg-tools to resolve
    issue with generation of systemd unit configurations (LP: #1866568).

 -- James Page <email address hidden> Mon, 09 Mar 2020 10:09:54 +0000

Changed in nova (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.