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

James Page james.page at ubuntu.com
Mon Mar 9 09:40:26 UTC 2020


** Changed in: charm-nova-cloud-controller
       Status: New => Invalid

** Also affects: nova (Ubuntu)
   Importance: Undecided
       Status: New

-- 
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:
  New

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