[Yahoo-eng-team] [Bug 1349268] [NEW] OverLimit: VolumeLimitExceeded: Maximum number of volumes allowed (10) exceeded

2014-07-28 Thread Liyingjun
Public bug reported: The instance will be ERROR when booting instance from volume, if the volume quota is not enough. And there is even no useful error message to show to the user. Following is the related nova-compute.log: 2014-07-27 17:56:19.372 17060 ERROR nova.compute.manager

[Yahoo-eng-team] [Bug 1349302] [NEW] Add verification of iproute2 capabilities used by SR-IOV agent

2014-07-28 Thread Irena Berezovsky
Public bug reported: ML2 SR-IOV Mechanism Driver may be deployed with L2 Agent to support port update events. In order to support neutron update-port events, iproute2 'ip link' should support VF management and link state changes of VF. The patch following this bug report will add verification

[Yahoo-eng-team] [Bug 1349305] [NEW] Fixing horizon pep8 errors

2014-07-28 Thread Nikunj Aggarwal
Public bug reported: While running ./run_tests.sh --pep8 command, there comes many pep8 error and i think they should be resolved for better test results. ** Affects: horizon Importance: Undecided Assignee: Nikunj Aggarwal (nikunj2512) Status: New ** Changed in: horizon

[Yahoo-eng-team] [Bug 1151845] Re: Instance counter is incorrect after live-migration is done

2014-07-28 Thread haruka tanizawa
** Changed in: nova Assignee: Jason Dillaman (jdillaman) = (unassigned) ** 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 1341919] Re: Aggreate's update need validate for metadata

2014-07-28 Thread Eli Qiao
for v2: see from api code of aggregate-update , there is validation of updates keys. it only accept name of availability_zone, so we can not update metadata: for key in updates.keys(): if key not in [name, availability_zone]: raise exc.HTTPBadRequest() for

[Yahoo-eng-team] [Bug 1349318] [NEW] neutron.conf do not have the definition of firewall quota

2014-07-28 Thread Liping Mao
Public bug reported: We have the definition of firewall quota in extension/firewalls.py, but we do not have the definition in neutron.conf : firewall_quota_opts = [ cfg.IntOpt('quota_firewall', default=1, help=_('Number of firewalls allowed per tenant. '

[Yahoo-eng-team] [Bug 1349345] [NEW] Neutron does not contain checks for running migration upgrade-downgrade-upgrade

2014-07-28 Thread Ann Kamyshnikova
Public bug reported: Big number of existing migrations had problems with downgrade, because developers forgot to test this. To make it easier a test should be created that will run each migration through upgrade-downgrade-upgrade. ** Affects: neutron Importance: Undecided Assignee: Ann

[Yahoo-eng-team] [Bug 1349370] [NEW] Need to check cpu and ram quota when booting instance

2014-07-28 Thread Liyingjun
Public bug reported: There is no validating for cores and ram in creating instance workflow. The user can submit the form even the requested cores or ram are exceed the quota. ** Affects: horizon Importance: Undecided Assignee: Liyingjun (liyingjun) Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1281295] Re: Live-migration nova fails with qemu and libvirt

2014-07-28 Thread Lucio Agostinho
No. This should not be posted as a duplicated bug, because this bug is not fixed in the new 'old' ice house openstack version, yet. ** Changed in: nova Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1236531] Re: support running apt with eatmydata

2014-07-28 Thread Scott Moser
fixed in 0.7.5 ** Changed in: cloud-init Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1236531 Title: support running apt with eatmydata

[Yahoo-eng-team] [Bug 1263893] Re: cloud-init-cfg doesn't run when user-data is not a cloud-config

2014-07-28 Thread Scott Moser
Hi, As it is right now, instance-id is used to indicate whether or not something has run. So if you've stopped the instance, and then re-started it, it will believe that it has already processed user-data and wont act on it again. Thats not completely true, but thats the gist.

[Yahoo-eng-team] [Bug 1260072] Re: TypeError trying to write a file specified in OpenStack Configuration Drive

2014-07-28 Thread Scott Moser
fixed in 0.7.5 ** Changed in: cloud-init Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1260072 Title: TypeError trying to write a file

[Yahoo-eng-team] [Bug 1241701] Re: Provide a mechanism for capturing package_command output

2014-07-28 Thread Scott Moser
marking fix-released. if you feel otherwise, please re-open and give comment as to why. ** Changed in: cloud-init Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1228441] Re: restorecon blows up when selinux is disabled

2014-07-28 Thread Scott Moser
fixed in 0.7.5 ** Changed in: cloud-init Status: New = Fix Released ** Changed in: cloud-init Importance: Undecided = Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1349437] [NEW] check-neutron-dsvm-functional constantly fails with MySQL-python in test-requirements

2014-07-28 Thread Ann Kamyshnikova
Public bug reported: In change https://review.openstack.org/76520 MySQL-python was added to test-requirements. After that check-neutron-dsvm-functional started to constantly fail with this error log: http://paste.openstack.org/show/88702/ ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1349452] [NEW] apparent deadlock on lock_bridge in n-cpu

2014-07-28 Thread Doug Hellmann
Public bug reported: It's not clear if n-cpu is dying trying to acquire the lock lock_bridge or if it's just hanging. http://logs.openstack.org/08/109108/1/check/check-tempest-dsvm- full/4417111/logs/screen-n-cpu.txt.gz The logs for n-cpu stop about 15 minutes before the rest of the test run,

[Yahoo-eng-team] [Bug 1325128] Re: [OSSA 2014-024] nova metadata does not use a constant time compare for validating an HMAC token (CVE-2014-3517)

2014-07-28 Thread Thierry Carrez
** Changed in: ossa 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/1325128 Title: [OSSA 2014-024] nova metadata does not use

[Yahoo-eng-team] [Bug 1198767] Re: Nova does not pick up on dhcp_domain from Quantum

2014-07-28 Thread Joe Gordon
Grizzly has been 'end of life'ed is this bug still valid? ** Changed in: nova Status: New = Invalid ** Changed in: nova Status: Invalid = New ** Changed in: nova Status: New = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1158502] Re: 'pg_config executable not found error' when installing nova by 'python tools/install_venv.py'

2014-07-28 Thread Joe Gordon
We document requirements here http://docs.openstack.org/developer/nova/devref/development.environment.html ** Changed in: nova Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-07-28 Thread Christian Berendt
** Also affects: horizon 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). https://bugs.launchpad.net/bugs/1348818 Title: Unittests do not succeed with random

[Yahoo-eng-team] [Bug 1194019] Re: Resize and migrate operation need different event.

2014-07-28 Thread Joe Gordon
patch was -2ed ** Changed in: nova Status: In Progress = Opinion -- 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/1194019 Title: Resize and migrate operation need

[Yahoo-eng-team] [Bug 1349463] [NEW] Remove variable SESSION_SERIALIZER from settings.py

2014-07-28 Thread Christian Berendt
Public bug reported: Check if it is possible to remove the variable SESSION_SERIALIZER from settings.py and test/settings.py during the K-cycle. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1349464] [NEW] Workflow Wizard depends_on won't be checked on javascript

2014-07-28 Thread Christian Schmitt
Public bug reported: Currently the Workflow field depends_on will not be checked on JavaScript. So even if your step is not valid you will still get to the next tab and will only see the errors at the end. Lets consider that I have a workflow where I have a field that is set or not set by a

[Yahoo-eng-team] [Bug 1221396] Re: The DB API needs to check for the right project etc.

2014-07-28 Thread Joe Gordon
all related patches were abandoned. ** 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). https://bugs.launchpad.net/bugs/1221396 Title: The DB API

[Yahoo-eng-team] [Bug 1158157] Re: List image with params as limit = 1 using XML interface is returning an extra tag

2014-07-28 Thread Joe Gordon
See https://bugs.launchpad.net/nova/+bug/1158145 ** Changed in: nova Status: Confirmed = Invalid -- 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/1158157 Title:

[Yahoo-eng-team] [Bug 1332290] Re: Cisco: Http timeout for connection to controller is not configurable

2014-07-28 Thread Kyle Mestery
** Also affects: neutron/icehouse Importance: Undecided Status: New ** Changed in: neutron/icehouse Assignee: (unassigned) = Sitaram Dontu (dontu) ** Changed in: neutron/icehouse Importance: Undecided = Low ** Changed in: neutron/icehouse Status: New = In Progress --

[Yahoo-eng-team] [Bug 1237455] Re: retry filter will not work if specifying multiple force hosts

2014-07-28 Thread Joe Gordon
patch was abandoned ** Changed in: nova Status: In Progress = Opinion ** Changed in: nova Status: Opinion = Won't Fix -- 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 1333144] Re: Jenkins fails patch verification on: ConnectionError: HTTPConnectionPool(host='public.nova.example.com', port=8774): Max retries exceeded

2014-07-28 Thread Julie Pichon
Opening a Havana task as well since this is when the test was added and the django_openstack_auth requirement is open ended, https://github.com/openstack/horizon/blob/stable/havana/requirements.txt#L5 ** Also affects: horizon/havana Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-07-28 Thread melanie witt
** Also affects: horizon 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). https://bugs.launchpad.net/bugs/1310340 Title: live migration fails when use long

[Yahoo-eng-team] [Bug 1349515] [NEW] Commit 0e98f5a breaks db migrations with DB2

2014-07-28 Thread Matt Riedemann
Public bug reported: This change: https://github.com/openstack/nova/commit/0e98f5a522c08b17c98ed108459a179d14eacd4a Sets pci_devices.deleted.nullable=True which breaks with DB2 because that column is in a UniqueConstraint:

[Yahoo-eng-team] [Bug 1259907] Re: check-grenade-dsvm marked as FAILED - n-api/g-api Logs have errors

2014-07-28 Thread Joe Gordon
this bug is fairly old, if it comes up again we should open a new bug. ** Changed in: nova Status: Triaged = 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 1253993] Re: OVS agent loop slowdown

2014-07-28 Thread Mark McClain
** Changed in: neutron Status: In Progress = Fix Released ** Changed in: neutron Milestone: None = juno-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1253993 Title: OVS

[Yahoo-eng-team] [Bug 1349437] Re: check-neutron-dsvm-functional constantly fails with MySQL-python in test-requirements

2014-07-28 Thread Eugene Nikanorov
That error indicates that a package libmysqlclient-dev is missing in the system where the test is being run. I guess we need to file this for infra project (openstack-ci) ** Also affects: openstack-ci Importance: Undecided Status: New ** Changed in: neutron Status: New =

[Yahoo-eng-team] [Bug 1213812] Re: A 200 response was returned even a invalid parameter was given to invoke the server update api.

2014-07-28 Thread Joe Gordon
** Changed in: nova Status: Confirmed = Opinion -- 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/1213812 Title: A 200 response was returned even a invalid

[Yahoo-eng-team] [Bug 885035] Re: No schema for extensions?

2014-07-28 Thread Joe Gordon
this bug is very old and a lot has changed since it was filed. * Dropping xml support * api validation * API tests to make sure they don't change etc. ** Changed in: nova Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1004114] Re: Password logging

2014-07-28 Thread Brant Knudson
I tried this with the keystone command and passwords and tokens are still being printed. $ keystone --debug user-list DEBUG:keystoneclient.session:REQ: curl -i -X POST http://localhost:5000/v2.0/tokens -H Content-Type: application/json -H Accept: application/json -H User-Agent:

[Yahoo-eng-team] [Bug 1349545] [NEW] UnexpectedMethodCallError in test_stats_for_line_chart of ceilometer

2014-07-28 Thread Gloria Gu
Public bug reported: openstack_dashboard.dashboards.admin.metering.tests:MeteringViewTests.test_stats_for_line_chart failed at zuul gate. stack traces are like : Traceback (most recent call last): 2014-07-28 09:48:34.545 | File /usr/lib/python2.7/threading.py, line 551, in __bootstrap_inner

[Yahoo-eng-team] [Bug 1348812] Re: l3 agent not using root_helper to check namespace

2014-07-28 Thread Kevin Benton
*** This bug is a duplicate of bug 1311804 *** https://bugs.launchpad.net/bugs/1311804 ** This bug has been marked a duplicate of bug 1311804 ip netns list starts without root_helper -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1311804] Re: ip netns list starts without root_helper

2014-07-28 Thread Kevin Benton
This bug should not have been closed for neutron. The performance argument is weak because this code is only called during interface creation. The trade-off for a tiny bit of performance in infrequent code for neutron completely breaking in some environments is unacceptable IMO. This already

[Yahoo-eng-team] [Bug 1274523] Re: connection_trace does not work with DB2 backend

2014-07-28 Thread Brant Knudson
This was fixed in oslo.db by Michael Bayer with https://review.openstack.org/#/c/106406/ ** Changed in: oslo Status: In Progress = Fix Committed ** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1349567] [NEW] Incorrect use of __add__ with oslo.i18n Message

2014-07-28 Thread Gauvain Pocentek
Public bug reported: The InvalidVolumeAccessMode exception (nova.exception) use a __add__ method that is not supported by oslo.i18n. The tool the doc team uses to generate the config-reference tables imports nova.exception, which fails. ** Affects: nova Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1334222] Re: Multiple nova network floating IP tests failed

2014-07-28 Thread Davanum Srinivas (DIMS)
I don't see any recent hits in logstash. closing as invalid. thanks, dims ** Changed in: nova Status: New = 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 1290566] Re: nova detach results in TypeError: 'NoneType' object is unsubscriptable

2014-07-28 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: New = Invalid -- 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/1290566 Title: nova detach results in TypeError: 'NoneType' object is

[Yahoo-eng-team] [Bug 1299683] Re: test_schedule_pool_with_disabled_agent fails

2014-07-28 Thread Eugene Nikanorov
As we are approaching the next release, I think it would be appropriate to close this as 'won't fix' as tested functionality will be deprecated in Juno ** Changed in: neutron Status: New = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1349590] [NEW] nova-network appears to lock up while associating floating ip's

2014-07-28 Thread Matt Riedemann
Public bug reported: Seeing oslo.messaging timeouts while assocating floating IPs in the API logs: http://logs.openstack.org/08/110008/1/gate/gate-tempest-dsvm-postgres- full/04890fa/logs/screen-n-api.txt.gz?level=TRACE#_2014-07-28_16_18_36_915 2014-07-28 16:18:36.915 ERROR

[Yahoo-eng-team] [Bug 1349595] [NEW] columns are misplaced after creating snapshot

2014-07-28 Thread Mohan Seri
Public bug reported: Create a Volume. Create a Snapshot from Volume. Notice that the controls/buttons are misplaced. But refresh should make them look good. Please find attached screen shot. ** Affects: horizon Importance: Undecided Status: New ** Attachment added:

[Yahoo-eng-team] [Bug 1349597] [NEW] Domain-scoped tokens don't get revoked

2014-07-28 Thread Brant Knudson
*** This bug is a security vulnerability *** Public security bug reported: If a domain is invalidated and that generates a revocation event, that revocation event won't match domain-scoped tokens so those tokens won't be revoked. This is because the code to calculate the fields for a

[Yahoo-eng-team] [Bug 1349600] [NEW] [Bootstrap] double pencil icon for table inline edit

2014-07-28 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/107042/ Bootstrap 3 has been merged! This is a small bug. Please see image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1349603] [NEW] [Bootstrap] Flavor Extra Specs table is too narrow

2014-07-28 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/107042/ Please see image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png https://bugs.launchpad.net/bugs/1349603/+attachment/4164629/+files/Untitled.png -- You received this bug

[Yahoo-eng-team] [Bug 1349602] [NEW] [Bootstrap] Instance Details missing indentation

2014-07-28 Thread Cindy Lu
Public bug reported: Bootstrap 3 update: https://review.openstack.org/#/c/107042/ There are a few small bugs now for the 'Detail' pages. Before we had indentation on the second line, like: Name  apple Now it is: Name apple (aligned left) Same for other Detail pages like Volume. Also,

[Yahoo-eng-team] [Bug 1349604] [NEW] [Bootstrap] Instance table IP Address column is indented

2014-07-28 Thread Cindy Lu
Public bug reported: Bootstrap 3 update: https://review.openstack.org/#/c/107042/ Some small bugs. Please see image. It should not be indented. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1349605] [NEW] [Bootstrap] inline edit is missing 'save/don't save' icon

2014-07-28 Thread Cindy Lu
Public bug reported: Bootstrap https://review.openstack.org/#/c/107042/ has been merged! Small bug: Admin Projects inline edit is missing the icons for 'save' 'don't save' Please see image. ** Affects: horizon Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1349606] [NEW] [Bootstrap] Create Project button missing icon

2014-07-28 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/107042/ has just been merged! Small bug associated with it. The 'Create Project' button is missing the '+' icon (like for Create Volume. Please see image. ** Affects: horizon Importance: Undecided Status: New ** Attachment

[Yahoo-eng-team] [Bug 1192763] Re: Removing FC device causes exception preventing detachment completion

2014-07-28 Thread Walt Boring
This bug isn't valid anymore. ** Changed in: nova Status: Incomplete = Invalid -- 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/1192763 Title: Removing FC device

[Yahoo-eng-team] [Bug 1349608] [NEW] [Boostrap] Terminate Instance button doesn't work

2014-07-28 Thread Cindy Lu
Public bug reported: Project Instances: clicking the Terminate Instances button does not work. It causes weird things to happen - grey overlay, double nav sidebar, stays at 'Loading' button. see image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added:

[Yahoo-eng-team] [Bug 1349609] [NEW] [Bootstrap] Project Images fixed filter needs styling

2014-07-28 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/107042/ Bootstrap 3 has been updated. When you first load the page, the fixed filter buttons (Project/shared with me/public) all look enabled. If you click on each of them once, they all look disabled instead of only showing the selected one

[Yahoo-eng-team] [Bug 1349611] [NEW] [Bootstrap] Tenant dropdown menu in the topbar default text is small

2014-07-28 Thread Cindy Lu
Public bug reported: Please see image. In the image, 'demo' font looks smaller. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png https://bugs.launchpad.net/bugs/1349611/+attachment/4164636/+files/Untitled.png -- You received this bug

[Yahoo-eng-team] [Bug 1349613] [NEW] [Boostrap] Stack Detail Resource Events tab not showing

2014-07-28 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/107042/ Bootstrap 3 upgrade. Bug: Possible related issue: Instance Detail's Log and Console panels are blank ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1349614] [NEW] [Bootstrap] Flavor Detail popover is broken

2014-07-28 Thread Cindy Lu
Public bug reported: Bootstrap 3 merge: https://review.openstack.org/#/c/107042/ Small bug: Admin Instances. Before when you *hovered* over the Size cell, you'd get a nice popover with the Flavor Details. Now, you have the click/unclick to show/hide. Also, the data in the popover tooltip

[Yahoo-eng-team] [Bug 1349615] [NEW] [Bootstrap] Hosts Aggregate Action button on 2 lines

2014-07-28 Thread Cindy Lu
Public bug reported: Hosts Aggregates - Action buttons are not on a single line even though there is plenty of room. See image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1349617] Re: test_volume_boot_pattern fails in grenade with SSHException: Error reading SSH protocol banner[Errno 104] Connection reset by peer

2014-07-28 Thread Matt Riedemann
e-r query: https://review.openstack.org/#/c/110164/ ** Also 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 1349621] [NEW] [Bootstrap] Quota graph label needs styling

2014-07-28 Thread Cindy Lu
Public bug reported: Bootstrap 3 merge: https://review.openstack.org/#/c/107042/ Small residual issue: see image. The label 3 of 10 Used should not extend past the edge of the bar graph. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1349622] [NEW] [Bootstrap] form checkbox help icon not positioned properly

2014-07-28 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/107042/ Bootstrap 3 has merged. Small bug. See image. The help icon should be inline with 'Delete on Terminate' ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1349638] [NEW] DVR vmarp table update causes exception in L3 service plugin

2014-07-28 Thread Sukhdev Kapur
Public bug reported: DVR implementation assumes that dvr_vmarp_table_update() method is supported by L3 Router service plugin. With the vendor's version of L3 Router Service plugins that assumption may not be true and hence the invocation of this method throws an exception. I noticed this during

[Yahoo-eng-team] [Bug 1328966] Re: nova api v2 should be able to return detailed quotas

2014-07-28 Thread Michael Still
This is now a spec. ** Changed in: nova Status: In Progress = Invalid ** Changed in: python-novaclient 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 954510] Re: novaclient should not throw exception/traceback if cache directory unwritable

2014-07-28 Thread Michael Still
** Changed in: python-novaclient Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/954510 Title: novaclient should not throw

[Yahoo-eng-team] [Bug 1348447] Re: Enable metadata when create server groups

2014-07-28 Thread Jay Lau
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Assignee: (unassigned) = Jay Lau (jay-lau-513) ** Also affects: heat Importance: Undecided Status: New ** Changed in: heat Assignee: (unassigned) = Jay Lau

[Yahoo-eng-team] [Bug 1349226] Re: Attach interface API shouldn't accept empty dict

2014-07-28 Thread Alex Xu
Think of this may make sense for attach interface with empty dict if neutron only have one network. ** 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

[Yahoo-eng-team] [Bug 1323796] Re: Neutron: Could not delete router interface

2014-07-28 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/1323796

[Yahoo-eng-team] [Bug 1324459] Re: Unable to connect multiple subnets of same network to one router

2014-07-28 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/1324459

[Yahoo-eng-team] [Bug 1288012] Re: Change user credential error, keystone returns 404 not found

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

[Yahoo-eng-team] [Bug 1304240] Re: neutron-openvswitch-agent service should be renamed as neutron-plugin-openvswitch-agent

2014-07-28 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/1304240

[Yahoo-eng-team] [Bug 1349680] [NEW] nova v3 api raise an exceptions.NotImplementedError instead of error message

2014-07-28 Thread Eli Qiao
Public bug reported: nova v3 diagnostics api returns a NotImplementedError , but it is not caught by api. [tagett@stack-01 devstack]$ nova --os-compute-api-version 3 diagnostics f1 ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach