[Yahoo-eng-team] [Bug 1366481] [NEW] Concatenation needs to be avoided in Volume Type Extra Spec form

2014-09-07 Thread Akihiro Motoki
Public bug reported: dashboards/admin/volumes/templates/volumes/volume_types/extras/_edit.html:20 p{% trans 'Update the extra spec value for' %} quot;{{ key }}quot;/p String concatenation is used and translators cannot control the word order. It should be: p{% blocktrans with key=key

[Yahoo-eng-team] [Bug 1362766] Re: ConnectionFailed: Connection to neutron failed: 'HTTPSConnectionPool' object has no attribute 'insecure'

2014-09-07 Thread Eugene Nikanorov
Not sure how neutron client depends on glance client. There is no such dependency in upstream python-neutronclient. Could you please clarify? ** No longer affects: neutron ** Changed in: python-neutronclient Status: New = Incomplete -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1366495] [NEW] Integration tests - Error in test_keypair.py

2014-09-07 Thread Daniel Korn
Public bug reported: Test_keypair.py fails when running it on an up-to-date devstack environment (the one I used: commit c268f36350ef21f03fdb49475a635e30c89695b7) probably due to changes in the key pairs table. The test fails when trying to check that the keypair was created (verifying it

[Yahoo-eng-team] [Bug 1366501] [NEW] No update mechanism to report host storage port changes

2014-09-07 Thread Lihi Tikolsky
Public bug reported: *Descriprtion* When a volume is being attached to an instance, the compute transfers the host ports to the storage driver through cinder inside the initialize_connection call. The compute will only pass online ports and will not report any ports that are down (linkdown).

[Yahoo-eng-team] [Bug 1366503] [NEW] [v2] Duplicate image id return 500 instead of 409

2014-09-07 Thread Fei Long Wang
Public bug reported: Duplicate image id will return HTTP 500 error instead of 409 in Glance V2 API, see https://review.openstack.org/#/c/119285/1,publish ** Affects: glance Importance: Medium Assignee: Fei Long Wang (flwang) Status: New ** Changed in: glance Importance:

[Yahoo-eng-team] [Bug 1366506] [NEW] VMware: administrator is unable to know which VM's belong to openstack

2014-09-07 Thread Gary Kotton
Public bug reported: An administrator can delete VM's running omthe VC without knowing that they belong to OpenStack ** Affects: nova Importance: High Assignee: Gary Kotton (garyk) Status: In Progress ** Tags: vmware ** Changed in: nova Importance: Undecided = High --

[Yahoo-eng-team] [Bug 1366515] [NEW] [v2] Can't recognize paramter **id** for image create

2014-09-07 Thread Fei Long Wang
Public bug reported: We're using **id** in image schema[1,2], but using **image_id** for most of the internal functions[3,4]. So use will got a key error if he is passing in **id**. [1] https://github.com/openstack/glance/blob/master/glance/api/v2/images.py#L672 [2]

[Yahoo-eng-team] [Bug 1007027] Re: Unnecessary SELECT 1 statements spamming MySQL server

2014-09-07 Thread Davanum Srinivas (DIMS)
** Also affects: oslo.db 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/1007027 Title: Unnecessary SELECT 1 statements

[Yahoo-eng-team] [Bug 1366545] [NEW] check-tempest-dsvm-neutron-full fails in TestNetworkAdvancedServerOps.test_server_connectivity_resize with SSH timeout

2014-09-07 Thread Doug Hellmann
Public bug reported: http://logs.openstack.org/45/119145/1/check/check-tempest-dsvm-neutron- full/ba54781/console.html#_2014-09-05_19_30_08_351 Resize test fails to connect to the VM during the check-tempest-dsvm- neutron-full job. ** Affects: neutron Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1366548] [NEW] libvirt: spawning an instance may have an additional 4 db writes

2014-09-07 Thread Gary Kotton
Public bug reported: instance save is used by the driver when it does not need to be. each instance save will invoke a db access. after the spawn method is called the instance is updated so there is no need for the save ** Affects: nova Importance: High Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1366549] [NEW] libvirt: som unit tests take more than 4 seconds

2014-09-07 Thread Gary Kotton
Public bug reported: Ran 786 tests in 21.128s (-0.051s) PASSED (id=17) Slowest Tests Test id Runtime (s)

[Yahoo-eng-team] [Bug 1355489] Re: authenticate ldap binary fields fail when converting fields to utf8

2014-09-07 Thread Alan Pevec
** Also affects: keystone/icehouse Importance: Undecided Status: New ** Changed in: keystone/icehouse Status: New = In Progress ** Changed in: keystone/icehouse Importance: Undecided = Medium ** Changed in: keystone/icehouse Assignee: (unassigned) = Nathan Kinder

[Yahoo-eng-team] [Bug 1358206] Re: ovsdb_monitor.SimpleInterfaceMonitor throws eventlet.timeout.Timeout(5)

2014-09-07 Thread John Schwarz
** Changed in: neutron Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1358206 Title: ovsdb_monitor.SimpleInterfaceMonitor throws

[Yahoo-eng-team] [Bug 1366589] [NEW] JSON Home support for GET /

2014-09-07 Thread Brant Knudson
Public bug reported: Keystone supports getting a JSON Home document for GET /v3. It should also support returning the JSON Home for GET /, that way a client that supports JSON Home and is pointed to the / endpoint doesn't have to then fetch /v3. ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1366594] [NEW] config generator using keystoneclient rather than middleware

2014-09-07 Thread Brant Knudson
Public bug reported: The auth_token middleware was moved from keystoneclient.middleware to keystonemiddleware. http://git.openstack.org/cgit/openstack/nova/tree/tools/config/oslo.config.generator.rc should be updated to use keystonemiddleware. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1366606] [NEW] oauth1 downgrade fail with sqlite

2014-09-07 Thread Brant Knudson
Public bug reported: The oauth1 extension migrations fail with sqlite when doing the version 2 downgrade. This is because the migration is attempting to compare a string to an sqlalchemy Engine object. NotSupportedError: SQLite does not support ALTER TABLE DROP CONSTRAINT; see

[Yahoo-eng-team] [Bug 1361230] Re: ad248f6 jsonutils sync breaks if simplejson 2.2.0 (under python 2.6)

2014-09-07 Thread Joshua Harlow
** Also affects: taskflow Importance: Undecided Status: New ** Changed in: taskflow Importance: Undecided = Medium ** Changed in: taskflow Importance: Medium = High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1274611] Re: nova-network bridge setup fails if the interface address has 'dynamic' flag

2014-09-07 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova Importance: Undecided = Medium ** Changed in: nova/havana Importance: Undecided = Medium ** Changed in: nova/havana Status: New = In Progress -- You received this bug notification because

[Yahoo-eng-team] [Bug 1231224] Re: No handlers could be found for logger 106_add_foreign_keys

2014-09-07 Thread Davanum Srinivas (DIMS)
We don't have a 106_add_foreign_keys anymore. :) ** 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). https://bugs.launchpad.net/bugs/1231224 Title: No

[Yahoo-eng-team] [Bug 1007038] Re: Nova is issuing unnecessary ROLLBACK statements to MySQL

2014-09-07 Thread Davanum Srinivas (DIMS)
** Also affects: oslo.db 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/1007038 Title: Nova is issuing unnecessary ROLLBACK

[Yahoo-eng-team] [Bug 1328067] Re: Token with placeholder ID issued

2014-09-07 Thread Jamie Lennox
It's not a complete fix by any means, but i've noticed this as well and made it possible to override the value of the token_id [1] in an AccessInfo. What i intend to do is always override the value with the one that comes in from the X-Subject-Token header in auth_token middleware. There is also a

[Yahoo-eng-team] [Bug 1341508] Re: systemd detection on Enterprise Linux needs to look for clones

2014-09-07 Thread John Pierce
** Also affects: centos Importance: Undecided Status: New -- 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/1341508 Title: systemd detection on Enterprise Linux needs to look

[Yahoo-eng-team] [Bug 1040694] Re: in-progress queries are intolerant of mysql restarts

2014-09-07 Thread Davanum Srinivas (DIMS)
** Also affects: oslo.db 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/1040694 Title: in-progress queries are intolerant of

[Yahoo-eng-team] [Bug 1341508] Re: systemd detection on Enterprise Linux needs to look for clones

2014-09-07 Thread John Pierce
Sorry - didn't mean to create another bug here. Still figuring out launchpad interface. ** Changed in: centos Status: New = Invalid ** No longer affects: centos -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1366649] [NEW] Typo in keystone/common/base64utils.py

2014-09-07 Thread Timothy Okwii
Public bug reported: Typo in keystone/common/base64utils.py ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1366649

[Yahoo-eng-team] [Bug 1266570] Re: ML2: Take exception on delete_xxx_postcommit failure

2014-09-07 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/1266570