[Bug 1866568] Re: nova-novncproxy service can't start on ussuri-proposed

Launchpad Bug Tracker 1866568 at bugs.launchpad.net
Mon Mar 9 16:51:32 UTC 2020


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 <james.page at ubuntu.com>  Mon, 09 Mar 2020 10:09:54 +0000

** Changed in: nova (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1866568

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

Status in OpenStack nova-cloud-controller charm:
  Invalid
Status in nova package in Ubuntu:
  Fix Released

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1866568/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list