[Yahoo-eng-team] [Bug 1740241] Re: Network info not always displayed for a created instance

2018-05-21 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- 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 1652654] Re: Routes for neighbour subnets missing after dhcp agents restart

2018-05-21 Thread OpenStack Infra
Reviewed: https://review.openstack.org/566405 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2e34279ec3f4e93a7eca1e89b307fdbeb15b211e Submitter: Zuul Branch:master commit 2e34279ec3f4e93a7eca1e89b307fdbeb15b211e Author: Brian Haley Date: Fri May

[Yahoo-eng-team] [Bug 1694120] Re: routed-networks - segments subnet dhcp port bind to wrong segment

2018-05-21 Thread Harald Jensås
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1694120 Title: routed-networks - segments subnet dhcp port bind to wrong segment

[Yahoo-eng-team] [Bug 1772523] [NEW] Placement request filters are run on rebuild even though we don't call placement

2018-05-21 Thread Matt Riedemann
Public bug reported: Any enabled placement request filters are processed during scheduling here: https://github.com/openstack/nova/blob/d78055df0e39b53fd481c53429ba77f8c1e1ab09/nova/scheduler/manager.py#L127 But then if we're doing a rebuild, we don't call placement:

[Yahoo-eng-team] [Bug 1772371] Re: The parameters "transport-url" and "database_connection" are to be treated positional.

2018-05-21 Thread Matt Riedemann
This isn't a bug, the command is doing what it was designed to do. If you don't specify transport_url or database_connection via the CLI options, the values are pulled from the config file (via either the --config-file option or the implied /etc/nova/nova.conf) and if you run it more than once it

[Yahoo-eng-team] [Bug 1770343] Re: In "nova-manage cell_v2 create_cell" CLI help, the parameter ie. "transport-url" and "database_connection" are mentioned as optional parameters but they are treated

2018-05-21 Thread Matt Riedemann
The CLI options are optional because if not specified the values are pulled from the config file, which you can provide via the --config-file option, and so you don't have to write URLs with credentials into scripts. The fact it fails with "The specified transport_url and/or database_connection

[Yahoo-eng-team] [Bug 1770560] Re: api-ref: wrong parameter description in os-volume-attachments.inc

2018-05-21 Thread OpenStack Infra
Reviewed: https://review.openstack.org/567744 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a676d2e6b22b307287a6e18046e3384b7539de98 Submitter: Zuul Branch:master commit a676d2e6b22b307287a6e18046e3384b7539de98 Author: Takashi NATSUME

[Yahoo-eng-team] [Bug 1768807] Re: Live Migration failure: 'ascii' codec can't encode characters in position 251-252

2018-05-21 Thread LittleMice
** Project changed: trove => nova ** Changed in: nova Status: Invalid => Incomplete ** Changed in: nova Status: Incomplete => 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 1768807] [NEW] Live Migration failure: 'ascii' codec can't encode characters in position 251-252

2018-05-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: when i do live migration,it raise the error as below: 2018-05-03 18:38:00.838 1570085 ERROR nova.virt.libvirt.driver [req- 7a3691d2-f850-4258-8c7a-54dcaa6189aa 659e4083e38046f8a23060addb53bd96 58942649d31846858f033ee805fcb5bc - default default]

[Yahoo-eng-team] [Bug 1772384] [NEW] Huge pages on compute node

2018-05-21 Thread uday
Public bug reported: There is no step to regenerate grub.cfg file. Is it OK to have changes only in /etc/grub/default? It not reflecting for me after reboot. openstack release: liberty ** Affects: nova Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1772252] Re: Typo in the page - "Keystone Installation Tutorial for Ubuntu in keystone"

2018-05-21 Thread wangxiyuan
*** This bug is a duplicate of bug 1762633 *** https://bugs.launchpad.net/bugs/1762633 ** This bug has been marked a duplicate of bug 1762633 Keystone Installation Tutorial for Ubuntu in keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1772371] [NEW] The parameters "transport-url" and "database_connection" are to be treated positional.

2018-05-21 Thread Swati Bansal
Public bug reported: While creating a new cell_v2 using command "nova-manage cell_v2 create_cell", if no parameter ie. "transport-url" and "database_connection" are given then the values of "transport-url" and "database_connection" of default cell are picked from nova.conf which are already