[Yahoo-eng-team] [Bug 1664850] [NEW] Error: Unable to create the server. Unexpected API Error.

2017-02-14 Thread anurag jindal
Public bug reported: Description === I have deployed a new cloud using fuel (stable mitaka). I am not able to create an instance and getting an error in horizon stating - "Unable to create server" Steps to reproduce == Deploy cloud with two compute nodes and 1 controller

[Yahoo-eng-team] [Bug 1662109] Re: tempest scenario test_qos fails intermittently

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/430309 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b7213030fd59c6169b9a2d4cb9680cf5adbfe6d8 Submitter: Jenkins Branch:master commit b7213030fd59c6169b9a2d4cb9680cf5adbfe6d8 Author: Miguel Angel Ajo

[Yahoo-eng-team] [Bug 1662012] Re: column "allocations.consumer_id" must appear in the GROUP BY clause or be used in an aggregate function

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/430399 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=85c76a7f0827ff8f278d071a0b3f721847079711 Submitter: Jenkins Branch:master commit 85c76a7f0827ff8f278d071a0b3f721847079711 Author: smccully

[Yahoo-eng-team] [Bug 1664814] [NEW] RBAC for Firewall Policies

2017-02-14 Thread Reedip
Public bug reported: High Level Description: Currently, Firewall Policies support a Publicly shared scope , which allows all tenants to view and use the shared policy. Use Case: However, as a use case, Cloud Admins may want to separate policies so that some of the policies are visible to all

[Yahoo-eng-team] [Bug 1664799] [NEW] a wrong way of useing dictionary in servicegroup/drivers/mc.py

2017-02-14 Thread yangyegang
Public bug reported: File "/nova/servicegroup/drivers/mc.py", line 76, in is_up % (elapsed,last_heartbeat, service_ref.id, key, timeutils.utcnow())) AttributeError: ReadOnlyDict service_ref has no attribute 'id',the right way should be service_ref.get('id'). ** Affects: nova

[Yahoo-eng-team] [Bug 1662146] Re: api-ref: wrong parameter type of 'network_label' in ips.inc

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/429659 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=92e4f6cff9c80788a5c7ffa6640bb06f2d270d82 Submitter: Jenkins Branch:master commit 92e4f6cff9c80788a5c7ffa6640bb06f2d270d82 Author: Takashi NATSUME

[Yahoo-eng-team] [Bug 1664793] [NEW] test_stamp_pattern failing in ceph jobs

2017-02-14 Thread Matt Riedemann
Public bug reported: The Tempest scenario test TestStampPattern was unskipped on 2/13: https://review.openstack.org/#/c/431800/ Since then the ceph jobs have been failing, e.g.: http://logs.openstack.org/25/433825/1/check/gate-tempest-dsvm-full- devstack-plugin-ceph-ubuntu-

[Yahoo-eng-team] [Bug 1664607] Re: test_stamp_pattern failing cells v1 job

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/433707 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d12535839817c4385986ccaffe52b5903d3088ca Submitter: Jenkins Branch:master commit d12535839817c4385986ccaffe52b5903d3088ca Author: Matt Riedemann Date: Tue

[Yahoo-eng-team] [Bug 1664446] Re: Misuse of assertTrue in unit tests

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/433454 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5b49f4dfd288b02fd2b361dcc29f4a83f1468d3a Submitter: Jenkins Branch:master commit 5b49f4dfd288b02fd2b361dcc29f4a83f1468d3a Author: Takashi NATSUME

[Yahoo-eng-team] [Bug 1664020] Re: TestSecurityGroupsBasicOps.test_cross_tenant_traffic fails with "IndexError: list index out of range"

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/432825 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=8801e360ec7437d5175fe0e337037baa354df542 Submitter: Jenkins Branch:master commit 8801e360ec7437d5175fe0e337037baa354df542 Author: Kevin Benton Date: Sun

[Yahoo-eng-team] [Bug 1664782] [NEW] iptables manager wrongly deletes other agents' rules

2017-02-14 Thread Neil Jerram
Public bug reported: Calico's Felix agent generates iptables chains that intentionally include rules that the Neutron iptables_manager code considers to be duplicates - as revealed by logs like these from the DHCP agent: 2017-02-02 18:50:29.482 3376 WARNING neutron.agent.linux.iptables_manager

[Yahoo-eng-team] [Bug 1664759] [NEW] cells v2 can't update cell transport_url

2017-02-14 Thread Corey Bryant
Public bug reported: I'm not seeing that nova-manage cell_v2 provides a way to update the transport_url (or database) for a cell. It's possible that I'm missing something here but I've not found a way to do this. This is a problem when scaling rabbitmq, for example. If I have a cell associated

[Yahoo-eng-team] [Bug 1435910] Re: Refactor horizon.scss file

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/400332 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=cdad1b2ae79e8f65dac3df2c2ce817a890300a3a Submitter: Jenkins Branch:master commit cdad1b2ae79e8f65dac3df2c2ce817a890300a3a Author: Ernest Millan Date: Wed

[Yahoo-eng-team] [Bug 1664207] Re: nova startup failure after openstack upgrade

2017-02-14 Thread Matt Riedemann
Did you run "nova-manage db online_data_migrations"? In Mitaka that will run this online data migration for pci_devices: https://github.com/openstack/nova/blob/stable/mitaka/nova/db/sqlalchemy/api.py#L6481 ** Changed in: nova Status: New => Incomplete ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1662012] Re: column "allocations.consumer_id" must appear in the GROUP BY clause or be used in an aggregate function

2017-02-14 Thread Matt Riedemann
** Also affects: nova/newton Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1664712] [NEW] Setting level on reporter breaks cloud-init

2017-02-14 Thread Blake Rouse
Public bug reported: example config: 'reporting': { 'maas': { 'type': 'webhook', 'endpoint': absolute_reverse( 'metadata-status', args=[node.system_id], base_url=base_url), 'consumer_key':

[Yahoo-eng-team] [Bug 1664709] [NEW] Partial download of image fails when using image caching

2017-02-14 Thread Dharini Chandrasekar
Public bug reported: When using Content-Range for a partial download of an image with image caching enabled, the partial download fails due to a cache error as in [0] This is because, the downloaded image is also getting cached using tee- iter in image_cache/__init__.py. Here there is a check

[Yahoo-eng-team] [Bug 1664669] [NEW] Leftover nova/instances from test runs can make tests fail locally

2017-02-14 Thread Matt Riedemann
Public bug reported: I noticed this while running unit tests on stable/mitaka, but I think it applies to other branches including master. When you run tox -r -e py27 you'll have a nova/instances directory created, I think from the state_path variable used in the libvirt driver. nova/keys is also

[Yahoo-eng-team] [Bug 1524004] Re: linuxbridge agent does not wire ports for non-traditional device owners

2017-02-14 Thread OpenStack Infra
** Changed in: neutron Status: Expired => In Progress ** Changed in: neutron Assignee: (unassigned) => Kevin Benton (kevinbenton) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1664659] [NEW] linuxbridge vlan-aware-vms completely broken

2017-02-14 Thread Kevin Benton
Public bug reported: The device_owner change to 'trunk:subport' from 'network:subport' broke the linux bridge implementation of vlan-aware-vms because of some logic in the linux bridge agent to skip things it thinks might be nova ports. ** Affects: neutron Importance: High Assignee:

[Yahoo-eng-team] [Bug 1664607] Re: test_stamp_pattern failing cells v1 job

2017-02-14 Thread Matt Riedemann
** Also affects: nova/mitaka Importance: Undecided Status: New ** Also affects: nova/newton Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/newton Status: New => Confirmed ** Changed in:

[Yahoo-eng-team] [Bug 1664607] [NEW] test_stamp_pattern failing cells v1 job

2017-02-14 Thread Matt Riedemann
Public bug reported: https://review.openstack.org/#/c/431800/ merged yesterday which unskips test_stamp_pattern which uses cells v1. The test uses security groups which cells v1 doesn't support, so it breaks the cells v1 job and blocks nova's gate.

[Yahoo-eng-team] [Bug 1664123] Re: glance rbd store fill zero to the hole of a rbd

2017-02-14 Thread Ian Cordasco
** Project changed: glance => glance-store -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1664123 Title: glance rbd store fill zero to the hole of a rbd Status in glance_store: New

[Yahoo-eng-team] [Bug 1664534] [NEW] [RFE] Auto allocated topology with no SNAT

2017-02-14 Thread Boden R
Public bug reported: Today the neutron auto-allocated-topology (aka "get me a network") plugin/service allocates a router using the default enable_snat value for routers (True); so the resulting topology always has SNAT enabled. Some deployments would benefit from the ability to provision

[Yahoo-eng-team] [Bug 997014] Re: [SRU] Memory is not correctly computed for Xen+libvirt

2017-02-14 Thread Johann Evans
This also affects CentOS release on Newton ** Also affects: nova (CentOS) 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 1664495] Re: Got ImportError: No module named setup when migrate db

2017-02-14 Thread Jeffrey Zhang
9.2.0 fixed this issue. mark this as invalid. ** Changed in: neutron Status: New => Invalid ** Description changed: - ENV: deploy neutron newton branch by using Kolla. + ENV: deploy neutron 9.0.0 tag by using Kolla. when running - neutron-db-manage --config-file

[Yahoo-eng-team] [Bug 1664509] [NEW] api-ref: POST /servers does not note that bdm:device_name is ignored by libvirt driver

2017-02-14 Thread Balazs Gibizer
Public bug reported: The API doc properly states that device is ignored at volume_attach [1] in case of libvirt driver but the same note is missing from the server create bdm:device_name parameter. However libvirt driver ignores the device names in both cases [3]

[Yahoo-eng-team] [Bug 1664500] [NEW] OpenStack Profiler setup doc is formatted poorly

2017-02-14 Thread Rob Cresswell
Public bug reported: See http://docs.openstack.org/developer/horizon/contributing.html #profiling-pages The numerical steps are formatted incorrectly, making it difficult to read. ** Affects: horizon Importance: Low Assignee: Rob Cresswell (robcresswell) Status: New **

[Yahoo-eng-team] [Bug 1664495] [NEW] Got ImportError: No module named setup when migrate db

2017-02-14 Thread Jeffrey Zhang
Public bug reported: ENV: deploy neutron newton branch by using Kolla. when running neutron-db-manage --config-file /etc/neutron/neutron.conf --config- file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head Get following 2017-02-14 09:23:22.518158 | INFO:__main__:Writing out command to

[Yahoo-eng-team] [Bug 1663389] Re: api-ref: POST /flavors says that id is required but it's actually optional

2017-02-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/431747 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f7d9e82a2061c0d61b658265d1f871a0559c21b0 Submitter: Jenkins Branch:master commit f7d9e82a2061c0d61b658265d1f871a0559c21b0 Author: Matt Riedemann Date: Thu

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2017-02-14 Thread huangtianhua
** Changed in: senlin Status: New => Invalid ** Changed in: senlin Assignee: huangtianhua (huangtianhua) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1596829

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2017-02-14 Thread Thomas Herve
** No longer affects: heat -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1596829 Title: String interpolation should be delayed at logging calls Status in congress: Fix Released

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2017-02-14 Thread huangtianhua
** Also affects: senlin Importance: Undecided Status: New ** Changed in: senlin Assignee: (unassigned) => huangtianhua (huangtianhua) ** Also affects: heat Importance: Undecided Status: New ** Changed in: heat Assignee: (unassigned) => huangtianhua (huangtianhua)

[Yahoo-eng-team] [Bug 1661262] Re: String interpolation should be handled by logger

2017-02-14 Thread OpenStack Infra
*** This bug is a duplicate of bug 1596829 *** https://bugs.launchpad.net/bugs/1596829 Reviewed: https://review.openstack.org/430282 Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=28d8082f9ba50b95c699ab9a2473cd3421dc8048 Submitter: Jenkins Branch:master

[Yahoo-eng-team] [Bug 1656256] Re: limit=-1 doesn't work

2017-02-14 Thread jichenjc
** Changed in: nova Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1656256 Title: limit=-1 doesn't work Status in OpenStack

[Yahoo-eng-team] [Bug 1663570] Re: Remove usage of config option verbose

2017-02-14 Thread xianming mao
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Status: New => In Progress ** Changed in: cinder Assignee: (unassigned) => xianming mao (mars0618) -- You received this bug notification because you are a member of Yahoo! Engineering Team,