[Yahoo-eng-team] [Bug 1526212] Re: [api-ref]Need to write "add dhcp agent to network" on Networking API

2017-04-24 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1526212

[Yahoo-eng-team] [Bug 1685977] [NEW] api-ref: wrong description for 'flavorRef' parameter in Create Server API

2017-04-24 Thread Takashi NATSUME
Public bug reported: https://developer.openstack.org/api-ref/compute/?expanded=create-server- detail#create-server In " Create Server" API, 'flavorRef' parameter is defined as follows: > The flavor reference, as a UUID or full URL, for the flavor for your server instance. But The flavor ID can

[Yahoo-eng-team] [Bug 1671911] Re: Modified project information and members but unable to modify project quotas when modifying volume quota in horizon admin identity view

2017-04-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/451679 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3055a987632c29175c06d73e77fbad9062fcc2c4 Submitter: Jenkins Branch:master commit 3055a987632c29175c06d73e77fbad9062fcc2c4 Author: Radomir Dopieralski

[Yahoo-eng-team] [Bug 1680810] Re: Error if admin logs in when identity dashboard is not registered.

2017-04-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/454671 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=87b2a0544a19e81bd1351fc77d54295132dda8f9 Submitter: Jenkins Branch:master commit 87b2a0544a19e81bd1351fc77d54295132dda8f9 Author: Dale Smith Date:

[Yahoo-eng-team] [Bug 1588071] Re: IPv6 filter action should be hidden if OPENSTACK_NEUTRON_NETWORK.enable_ipv6 is set to False

2017-04-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/335159 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ff42a42c3de6ca98484bd430f4639a98a515d211 Submitter: Jenkins Branch:master commit ff42a42c3de6ca98484bd430f4639a98a515d211 Author: Eddie Ramirez

[Yahoo-eng-team] [Bug 1683262] Re: workflow step does not support allowed()

2017-04-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/457177 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=fd55569ab0a087e5518e235c770ae86244257baf Submitter: Jenkins Branch:master commit fd55569ab0a087e5518e235c770ae86244257baf Author: Akihiro Motoki Date:

[Yahoo-eng-team] [Bug 1685939] [NEW] Speed up yaml parsing using libYAML C-bindings

2017-04-24 Thread Chad Smith
Public bug reported: We can speed up cloud init yaml loading and parsing by using the C-bindings instead of python bindings. ** Affects: cloud-init Importance: Undecided Assignee: Chad Smith (chad.smith) Status: In Progress ** Tags: bitesize ** Tags added: bitesize **

[Yahoo-eng-team] [Bug 1685935] [NEW] make deb breaks due to missing debuild script

2017-04-24 Thread Chad Smith
Public bug reported: On a newly installed lxc, I cannot make deb easily because of missing dependencies. ... restore_signals, start_new_session) File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError:

[Yahoo-eng-team] [Bug 1685930] [NEW] model query hooks cleanup breaks UTs

2017-04-24 Thread Mathieu Rohon
Public bug reported: The change Ib6c2134d29e1764de627c3355f6cdee789d6301e in neutron cleans up model query hooks registered after each tests is run. This cleanup has been added in tests/base.py In net-bgpvpn, some features rely on those hooks, and UTs for those features are now broken, as we can

[Yahoo-eng-team] [Bug 1685881] Re: l3-agent-router-add doesn't error/warn about router already existing on agent

2017-04-24 Thread Billy Olsen
Adding neutron as it doesn't appear that this is charm related. The error command that should error/warn is from the neutron cli itself. ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1672670] Re: Unit tests fail with current os-brick master

2017-04-24 Thread Matt Riedemann
Yeah the os-brick method is returning a 2-item tuple now instead of a list. That's fine since it's an internal method to os-brick, and the unit test in nova should be moved to os-brick (it's legacy code from when nova was changed to use os-brick for the libvirt driver, not all of the unit tests

[Yahoo-eng-team] [Bug 1685875] [NEW] Swapping encrypted volumes leaves an encrypted volume attached to the instance

2017-04-24 Thread Lee Yarwood
Public bug reported: Description === Swapping encrypted volumes via `nova volume-update` currently results in the new volume being attached to the instance still encrypted and the original volume still connected to the host. Steps to reproduce == # cinder type-create

[Yahoo-eng-team] [Bug 1683542] Re: After configuing Ubuntu Core system still displays subiquity wizard

2017-04-24 Thread Andres Rodriguez
** Also affects: maas Importance: Undecided Status: New ** Changed in: maas Milestone: None => 2.2.0rc3 ** Changed in: maas Importance: Undecided => Wishlist ** Changed in: maas Status: New => Triaged -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1685831] [NEW] pylint: cloudinit.util 'closing' has no 'read' member

2017-04-24 Thread Joshua Powers
Public bug reported: Tip style checker [1] discovered the following errors, but I believe this is a false positive: * Module cloudinit.util cloudinit/util.py:480: [E1101(no-member), decomp_gzip] Instance of 'closing' has no 'read' member cloudinit/util.py:482: [E1101(no-member),

[Yahoo-eng-team] [Bug 1685822] [NEW] AttributeError in Edit Extra Spec form.

2017-04-24 Thread wei.ying
Public bug reported: Env: devstack master branch Steps to reproduce: 1. Go to admin/volume Volume Types panel 2. Volume Types -> Click View Extra Specs -> Click Edit 3. Remove the 'Value' value (which is a required field). On form submit Error info: Internal Server Error:

[Yahoo-eng-team] [Bug 1685810] [NEW] nova-lxd needs to read 'product_name' in environment, not 'platform'

2017-04-24 Thread Scott Moser
Public bug reported: It seems that signals were crossed in bug 1661797. cloud-init implementation reads the environment variable 'platform' from pid1, and nova-lxd implementation exported 'product_name'. Thus, ssh to nova-lxd provided container, user sees a warning. Also $ sudo DEBUG_LEVEL=2

[Yahoo-eng-team] [Bug 1685664] Re: Block Device Mapping is Invalid (add/attache lvm volume)

2017-04-24 Thread Lee Yarwood
Appears you are just missing the tgtadm utility on the node running cinder-volume : Apr 22 14:31:42 storage cinder-volume: 2017-04-22 14:31:42.284 50710 ERROR oslo_messaging.rpc.server Stderr: u'/usr/bin/cinder-rootwrap: Executable not found: tgtadm (filter match = tgtadm)\n' ** Changed in: nova

[Yahoo-eng-team] [Bug 1685773] [NEW] Delete instance popup shows "." as selected instance name

2017-04-24 Thread Dr. Jens Rosenboom
Public bug reported: When deleting an instance from the detail page for that instance, the popup says "You have selected: . Please confirm your selection. Deleted instances are not recoverable." Same behaviour for stable/ocata and current master. Expected behaviour: Show the name of the

[Yahoo-eng-team] [Bug 1685764] [NEW] neutron filters of OpenContrail not work

2017-04-24 Thread ding xiang
Public bug reported: OpenStack : Liberty OpenContrail:3.0.3 I use this cmd to want to filter the subnet I want ,but it seems just work with the condition of network_id curl -i -k -v -H "X-Auth-Token:1c3dd3b51c6c48a4830cbdbb2e6b3116"

[Yahoo-eng-team] [Bug 1685732] [NEW] create_keystone_accounts error on latest devstack ocata branch(Ubuntu 16.04 LTS)

2017-04-24 Thread Suresh Nagaraj
Public bug reported: Hi All, Im seeing this error on latest stable/ocata branch. I tried multiple reclones with repeated "./unstack.sh; ./clean.sh; ./stack.sh", but the issue is not getting fixed. I have raised the same issue in ask openstack(https://ask.openstack.org/en/question/105736