[Yahoo-eng-team] [Bug 1518296] [NEW] Non snated packet should be blocked

2015-11-20 Thread Takanori Miyagishi
Public bug reported: In current neutron, when running "neutron router-gateway-set" with specified router's "enable_snat" is false, then non-SNAT'ed packets can arrive at other tenant via external-network. The packets don't pass through other tenant's gateway, but take extra load to external

[Yahoo-eng-team] [Bug 1515485] Re: Heat CFN signals do not pass authorization

2015-11-20 Thread Jesse Pretorius
** Also affects: openstack-ansible/trunk Importance: Medium Status: Triaged ** Also affects: openstack-ansible/kilo Importance: Undecided Status: New ** Also affects: openstack-ansible/liberty Importance: Undecided Status: New ** Changed in: openstack-ansible/trunk

[Yahoo-eng-team] [Bug 1448602] Re: Policy related operations of Identity v3 API in API Complete Reference need modification.

2015-11-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/230627 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=19ba28ae497b120497f4fa661ca2376f57a1ce95 Submitter: Jenkins Branch:master commit 19ba28ae497b120497f4fa661ca2376f57a1ce95 Author: Diane Fleming Date:

[Yahoo-eng-team] [Bug 1512305] Re: keystone api-site is out of date

2015-11-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/230627 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=19ba28ae497b120497f4fa661ca2376f57a1ce95 Submitter: Jenkins Branch:master commit 19ba28ae497b120497f4fa661ca2376f57a1ce95 Author: Diane Fleming Date:

[Yahoo-eng-team] [Bug 1370177] Re: Lack of EC2 image attributes for volume backed snapshot.

2015-11-20 Thread Andrey Pavlov
** Changed in: ec2-api Status: Fix Committed => Fix Released -- 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/1370177 Title: Lack of EC2 image attributes for

[Yahoo-eng-team] [Bug 1370250] Re: Can not set volume attributes at instance launch by EC2 API

2015-11-20 Thread Andrey Pavlov
** Changed in: ec2-api Status: Fix Committed => Fix Released -- 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/1370250 Title: Can not set volume attributes at

[Yahoo-eng-team] [Bug 1273983] Re: Pagination not implemented for DescribeTags

2015-11-20 Thread Andrey Pavlov
** Changed in: ec2-api Status: Fix Committed => Fix Released -- 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/1273983 Title: Pagination not implemented for

[Yahoo-eng-team] [Bug 1370901] Re: Nova EC2 doesn't create empty volume while launching an instance

2015-11-20 Thread Andrey Pavlov
** Changed in: ec2-api Status: Fix Committed => Fix Released -- 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/1370901 Title: Nova EC2 doesn't create empty volume

[Yahoo-eng-team] [Bug 1518321] [NEW] cannot set injected_files in build_instance pre hook

2015-11-20 Thread Richard Megginson
Public bug reported: http://lists.openstack.org/pipermail/openstack- dev/2015-November/079904.html I have some code that uses the build_instance pre hook to set injected_files in the new instance. With the kilo code, the argv[7] was passed as [] - so I could append/extend this value to add

[Yahoo-eng-team] [Bug 829880] Re: object store doesn't like key with '/'

2015-11-20 Thread Andrey Pavlov
** Changed in: ec2-api Status: Fix Committed => Fix Released -- 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/829880 Title: object store doesn't like key with '/'

[Yahoo-eng-team] [Bug 1517818] Re: update rbac policy with any input when there is only 1 policy in system

2015-11-20 Thread Kevin Benton
This is a combination of bugs. Neutronclient is trying to lookup using the 'name' field which doesn't exist on policies. But even if it were using the correct 'id' field, filtering is broken for UnionModels which RBAC depends on. ** Also affects: python-neutronclient Importance: Undecided

[Yahoo-eng-team] [Bug 1518016] Re: Nova kilo requires concurrency 1.8.2 or better

2015-11-20 Thread James Page
** Changed in: python-oslo.concurrency (Ubuntu) Status: New => Triaged ** Changed in: python-oslo.concurrency (Ubuntu) Importance: Undecided => Critical ** Changed in: python-oslo.concurrency (Ubuntu) Assignee: (unassigned) => Corey Bryant (corey.bryant) ** Also affects:

[Yahoo-eng-team] [Bug 1505708] Re: [Sahara] Page with node group configs long parsed

2015-11-20 Thread Tatiana Ovchinnikova
This bug cannot be reproduced on devstack by Nov 18, 2015. If in your environment it's still present, please provide more information and feel free to reopen it. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1518230] [NEW] AggregateInstanceExtraSpecsFilter and ComputeCapabilitiesFilter check flavor extra_specs which causes a conflict

2015-11-20 Thread SongRuixia
Public bug reported: In nova.conf,when scheduler_default_filters include ComputeCapabilitiesFilter and AggregateInstanceExtraSpecsFilter, I set flavor extra_specs and aggregate1 to node_type=kvm,then I boot an instance with this flavor,except the instance is assigned to hosts of

[Yahoo-eng-team] [Bug 1518016] Re: Nova kilo requires concurrency 1.8.2 or better

2015-11-20 Thread James Page
concurrency 1.8.2 uploaded to vivid-proposed for SRU team review; as soon as its accepted into proposed well get it into the UCA for kilo as well for testing. ** Changed in: nova Status: Incomplete => Invalid ** Changed in: python-oslo.concurrency (Ubuntu) Status: Fix Released =>

[Yahoo-eng-team] [Bug 1241027] Re: Intermitent Selenium unit test timout error

2015-11-20 Thread Thomas Goirand
I've reopened the issue, as there's no sign that it was fixed. ** Changed in: horizon Status: Expired => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1514576] Re: Nova volume-attach should also allow user to provide volume name for the input.

2015-11-20 Thread Markus Zoeller (markus_z)
The REST API of Nova only accepts UUIDs [1]. The translation from object name to its UUID (like volume name to its UUID) is usually done via the novaclient. That's why I added the python-novaclient as affected project and marked it as invalid for the Nova project. [1]

[Yahoo-eng-team] [Bug 1518267] [NEW] let nova client specify version

2015-11-20 Thread jichenjc
Public bug reported: curl -g -i -X DELETE http://192.168.122.239:8774/v2.1/d1c5aa58af6c426492c642eb649017be/os- tenant-networks/e91c9951-ba75-4d83-bc43-ff3e86c2ffbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-OpenStack-Nova- API-Version: 2.6" -H "X-Auth-Token:

[Yahoo-eng-team] [Bug 1518016] Re: [SRU] Nova kilo requires concurrency 1.8.2 or better

2015-11-20 Thread Corey Bryant
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Status: New => Invalid ** Changed in: nova (Ubuntu Vivid) Status: New => Fix Committed ** Changed in: nova (Ubuntu Vivid) Status: Fix Committed => In Progress ** Changed

[Yahoo-eng-team] [Bug 1501914] Re: Liberty devstack failed to launch instance w/ NetApp eSeries.

2015-11-20 Thread Alex Meade
After working with Hong directly, we have determined this was an environment issue. ** Changed in: nova Status: In Progress => Invalid -- 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 1242620] Re: "Unable to add token to revocation list" warning happened when revoking token in memcache

2015-11-20 Thread Adam Young
Moving to Fernet tokens. Revocations will be handled by revocation events, not revocation list. Memcache as a storage mechanism for PKI tokens was deeply flawed, as dropping tokens from Memcache effectively unrevoked them. ** Changed in: keystone Status: Triaged => Won't Fix -- You

[Yahoo-eng-team] [Bug 1450940] Re: Refactor angular features enablement

2015-11-20 Thread Travis Tripp
** Changed in: horizon Importance: Medium => Wishlist ** Changed in: horizon Status: In Progress => Invalid ** Changed in: horizon Assignee: Travis Tripp (travis-tripp) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1518382] [NEW] nova list --deleted fails with a 500 response

2015-11-20 Thread Matt Riedemann
Public bug reported: Nova version (mitaka): stack@archive:/opt/stack/nova$ git log -1 commit f6a5a43e06c2af6325d7a3552c71e968565684fc Merge: f268cf5 0df6fba Author: Jenkins Date: Mon Nov 16 18:01:40 2015 + Merge "Remove duplicate server.kill on test

[Yahoo-eng-team] [Bug 1518382] Re: nova list --deleted fails with a 500 response

2015-11-20 Thread Matt Riedemann
This is invalid, it's a side effect of bug 1183523 where archive_deleted_rows deletes some things but not others (like instances) because of foreign key constraints. So the problem I was having was the instance_extra table was empty, and that's where the flavor information is stored for the

[Yahoo-eng-team] [Bug 1518436] [NEW] RFE: non-admins should be able to get their deleted instances

2015-11-20 Thread Matt Riedemann
Public bug reported: Listing deleted instances is admin only, but it's not clear why non- admins can't list deleted instances in their own project/tenant. This should be policy driven so that non-admins can list the deleted instances in their project. I'm not exactly sure where this is enforced

[Yahoo-eng-team] [Bug 1518443] [NEW] full stack test_ha_router failing

2015-11-20 Thread Manjeet Singh Bhatia
Public bug reported: For some reason test_ha_router is not able to schedule router to both nodes. neutron.tests.fullstack.test_l3_agent.TestHAL3Agent.test_ha_router is failing on gate as well as locally I tried tox -e dsvm-fullstack

[Yahoo-eng-team] [Bug 1518444] [NEW] DVR: router namespace is not getting removed once all VMs from a compute node migrates to other node

2015-11-20 Thread Hardik Italia
Public bug reported: Setup: 1) Multimode setup with 1 controller & 2 compute nodes running linux+KVM. 2) NFS for shared storage. (instances_path = /opt/stack/data/nova/instances is shared) Steps: 1) Create 2 private networks. 2) Create a DVR router and add an interface to each of the

[Yahoo-eng-team] [Bug 1518453] [NEW] Could not find default role "_member_" in Keystone

2015-11-20 Thread Obed N Munoz
Public bug reported: This exception is obtained when one is trying to manage members of Projects. Steps for replicating it in Horizon: 1. Login into Horizon as 'admin' 2. Go to the Identity tab 3. Click on 'Projects' link 4. From the Projects list, click on 'Manage Members' in the 'admin'

[Yahoo-eng-team] [Bug 1518431] [NEW] Glance failed to upload image to swift storage via RadosGW

2015-11-20 Thread Andrey Shestakov
Public bug reported: When glance configured with swift backend, and swift API provides via RadosGW is unable to upload image. Command: glance --debug image-create --name trusty_ext4 --disk-format raw --container-format bare --file trusty-server-cloudimg-amd64.img --visibility public --progress

[Yahoo-eng-team] [Bug 1518436] Re: RFE: non-admins should be able to get their deleted instances

2015-11-20 Thread Matt Riedemann
Opened a blueprint instead: https://blueprints.launchpad.net/nova/+spec/non-admin-list-deleted- instances And will create a backlog spec for this. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1518455] [NEW] Top Nav shouldn't include bottom margin

2015-11-20 Thread Diana Whitten
Public bug reported: In the 'default' theme, we remove the default bootstrap margin on the top navbar because it creates a gap between the sidenav and the topnav. This should be a global style so that other themes can take advantage of it. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1518459] [NEW] "Manage Attachments" option should be available under instance actions in Compute Menu

2015-11-20 Thread Pushkar Umaranikar
Public bug reported: "Manage Attachments" option for attaching Cinder volume to an instance is not available under instance actions. User has to switch to Compute -> Volume tab to attach volume to an instance. Instead we can add option for "Manage Attachments" under instance actions. Steps to

[Yahoo-eng-team] [Bug 1518466] [NEW] Fullstack connectivity tests fail intermittently

2015-11-20 Thread Assaf Muller
Public bug reported: Fullstack test_connectivity_* fail at the gate from time to time. This happens locally as well. The test sets up a couple of fake VMs and issues a ping from one to another. This ping can fail from time to time. I issued a break point after such a failure and issued a ping

[Yahoo-eng-team] [Bug 1420125] Re: href variables for federation controller are inconsistent

2015-11-20 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/248312 ** Changed in: keystone Status: Won't Fix => In Progress ** Changed in: keystone Assignee: Matthieu Huin (mhu-s) => Jamie Lennox (jamielennox) -- You received this bug notification because you are a member

Re: [Yahoo-eng-team] [Question #273752]: Questions of the way that multipip solve python package conflicts

2015-11-20 Thread Launchpad Janitor
Question #273752 on anvil changed: https://answers.launchpad.net/anvil/+question/273752 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Yahoo-eng-team] [Bug 1358379] Re: drop_resize_claim() can't release the resource in some small window

2015-11-20 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 1461827] Re: Fail to attach volumes using FC multipath

2015-11-20 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).