[Yahoo-eng-team] [Bug 1833442] Re: runcmd commands are not parsed / executed

2019-08-20 Thread Launchpad Bug Tracker
[Expired for cloud-init because there has been no activity for 60 days.] ** Changed in: cloud-init Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1840869] [NEW] VNC Server Unauthenticated Access

2019-08-20 Thread zhangyujun
Public bug reported: When nova boot a server with VNC enabled, it does not require authentication if an attacker trys to connect to the remote host directly from management network. The VNC server sometimes sends the connected user to the XDM login screen. A warning from Nessus report: VNC

[Yahoo-eng-team] [Bug 1840862] [NEW] Missing description of hacking rule N363 in HACKING.rst

2019-08-20 Thread Takashi NATSUME
Public bug reported: The description of hacking rule N363 is missing in HACKING.rst. ** Affects: nova Importance: Low Assignee: Takashi NATSUME (natsume-takashi) Status: In Progress ** Tags: doc -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1840844] [NEW] user with admin role gets logged out when trying to list images

2019-08-20 Thread Gloria Gu
Public bug reported: When admin user tries to access project-> compute -> images, if the user failed on the identity: get_project policy, user will get logged out. code that failed is in openstack_dashboard/static/app/core/images/images.module.js .tableColumns .append( { id: 'owner', priority:

[Yahoo-eng-team] [Bug 1840843] [NEW] user with admin role get's logged out when trying to list images

2019-08-20 Thread Gloria Gu
Public bug reported: When admin user tries to access project-> compute -> images, if the user failed on the identity: get_project policy, user will get logged out. code that failed is in openstack_dashboard/static/app/core/images/images.module.js .tableColumns .append( { id: 'owner', priority:

[Yahoo-eng-team] [Bug 1840807] [NEW] nova-manage man page refers to non-existent option

2019-08-20 Thread Stephen Finucane
Public bug reported: The 'nova-manage db sync' command used to take a '--version' option but this was deprecated some time ago and recently removed. However, the man page for this command still references the old option: https://docs.openstack.org/nova/rocky/cli/nova-manage.html#nova-database

[Yahoo-eng-team] [Bug 1840737] Re: Neutron create IPv6 subnet error. Gateway is not valid on subnet.

2019-08-20 Thread LIU Yulong
A really old neutron version. But anyway, IMO, you met this bug: https://bugs.launchpad.net/neutron/+bug/1682094 This is the error comes from: https://github.com/openstack/neutron/blob/master/neutron/db/db_base_plugin_v2.py#L611-L616 According to the exception, I did the following tests: >>> ip

[Yahoo-eng-team] [Bug 1840788] [NEW] websockify-0.9.0 breaks tempest tests

2019-08-20 Thread Matthew Thode
Public bug reported: see https://review.opendev.org/677479 for a test review ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1840686] Re: Xenial images won't reboot if disk size is > 2TB when using GPT

2019-08-20 Thread Dan Watkins
Based on IRC conversation, I don't believe this is a cloud-init bug. Please set the task back to New if I'm mistaken! ** Changed in: cloud-init Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1840737] [NEW] Neutron create IPv6 subnet error. Gateway is not valid on subnet.

2019-08-20 Thread Evgeny
Public bug reported: Hello! I try create subnet ipv6, but i got error: Gateway is not valid on subnet. neutron subnet-create --debug --disable-dhcp --tenant-id b060ad4bdf256ab02 --ip-version 6 --gateway 2a0a:4180::2 --ipv6-address- mode slaac --name test-ipv6-subnet test-ipv6-net