[Yahoo-eng-team] [Bug 1437993] [NEW] VMware: attach an iscsi volume didn't consider the authentication condition

2015-03-29 Thread Lan Qi song
Public bug reported: When we use lioadm as cinder iscsi_helper, it will enable authentication to each volume at this line: https://github.com/openstack/cinder/blob/master/cinder/cmd/rtstool.py#L56 But, currently, VMware driver use Dynamic Discovery to discover the iscsi target which won't add

[Yahoo-eng-team] [Bug 1437992] [NEW] policy file in policy.d will be reloaded every rest api call

2015-03-29 Thread Eli Qiao
Public bug reported: the policy file in policy.d will be reloaded every time when do a rest api call. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this

[Yahoo-eng-team] [Bug 1437996] [NEW] LBV2: when the number of listeners is large, count method of quota executes very slow

2015-03-29 Thread KaiLin
Public bug reported: when I created 800+ listeners, it will take about 1 minute to create a new listener. CAUSE: the count method of quota implement slow since get_listeners_count in lb plugin is not implemented, so it will get the list of all listeners. The same problem with loadbalancer, pool

[Yahoo-eng-team] [Bug 1438020] [NEW] replace hpy.host with hyp.get('host') to avoid AttributeError: 'dict' object has no attribute 'host'

2015-03-29 Thread yanhe...@gmail.com
Public bug reported: attribute host in ComputeNode was defined as nullable, codes are here https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L122 but some where get this attribute use hpy.host,

[Yahoo-eng-team] [Bug 1437863] [NEW] API: doing nova list when neutron service is down has an internal error

2015-03-29 Thread Gary Kotton
Public bug reported: nicira@Ubuntu1204Server:~$ nova list ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-014bcadf-317f-4d2f-b0a0-dbebfc90bedf) The trace from the API is below 2015-03-29 06:50:05.244 ERROR

[Yahoo-eng-team] [Bug 1437989] [NEW] change body scroll to main_content scroll

2015-03-29 Thread tinytmy
Public bug reported: When content is overflow, now it is body scroll, we can fix the header, just scroll the main_content ** Affects: horizon Importance: Undecided Assignee: tinytmy (tangmeiyan77) Status: New ** Changed in: horizon Assignee: (unassigned) = tinytmy

[Yahoo-eng-team] [Bug 1437855] [NEW] Floating IPs should be associated with the first fixed IPv4 address

2015-03-29 Thread Andrew Boik
Public bug reported: If a port attached to an instance has multiple fixed IPs and a floating IP is associated without specifying a fixed ip to associate, the behavior in Neutron is to reject the associate request. The behavior in Nova in the absence of a specified fixed ip, however, is to pick

[Yahoo-eng-team] [Bug 1423305] Re: failure to change port on Neutron after failure to launch instance on compute host

2015-03-29 Thread Sudipta Biswas
*** This bug is a duplicate of bug 1327124 *** https://bugs.launchpad.net/bugs/1327124 This has been fixed in Kilo as a part of this bug: 1327124 https://review.openstack.org/#/c/98340/ -- The fix in this review should have addressed this. Marking this as a dup. ** This bug has been marked

[Yahoo-eng-team] [Bug 1437902] [NEW] nova redeclares the `nova` named exchange zillion times without a real need

2015-03-29 Thread Attila Fazekas
Public bug reported: The AMQP broker preserves the exchanges, they are replaced to all broker even in non HA mode. A transient exchange can disappear ONLY when the user explicitly requests it's deletion or when the full rabbit cluster dies. More efficient to declare exchanges only when it is

[Yahoo-eng-team] [Bug 1437904] [NEW] generate_sample.sh uses MODULEPATH environment variable, conflicts with environment-modules

2015-03-29 Thread Lars Kellogg-Stedman
Public bug reported: The generate_sample.sh script refers to a MODULEPATH variable without clearing it first. On a system using the environment-modules package, MODULEPATH is a PATH-like environment variable, which leads generate_sample.sh to fail like this: No module named

[Yahoo-eng-team] [Bug 1437790] [NEW] vm stack in migration state when ssh is not configure correctly

2015-03-29 Thread Moshe Levi
Public bug reported: when doing vm migration with libvirt driver and ssh not configure properly the vm is stack in migrate/resize state forever. This is happen if the ssh prompt for password, to solve it we need to make sure ssh command won't prompt. This can be done by adding BatchMode=yes

[Yahoo-eng-team] [Bug 1437350] Re: cirros uses exit status 0 when trying to login as root

2015-03-29 Thread Attila Fazekas
Adding cloud-init as affacted project, because it also behavaes in this way. ** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1437936] [NEW] Cache management middleware not enabled on host

2015-03-29 Thread webking
Public bug reported: I've installed Glance on a node, then I've updated the following lines of /etc/glance/glance-api.conf to: ... [paste_deploy] # Name of the paste configuration file that defines the available pipelines config_file = glance-api-paste.ini # Partial name of a pipeline in your

[Yahoo-eng-team] [Bug 1434717] Re: Creating a listener/loadbalancer with name/description field of over 255 characters throws internal server error

2015-03-29 Thread Vikram Hosakote
*** This bug is a duplicate of bug 1408230 *** https://bugs.launchpad.net/bugs/1408230 This bug will be fixed when the following bugs are fixed. https://bugs.launchpad.net/neutron/+bug/1408230 https://bugs.launchpad.net/neutron/+bug/1193253 ** This bug has been marked a duplicate of bug

[Yahoo-eng-team] [Bug 1434717] Re: Creating a listener/loadbalancer with name/description field of over 255 characters throws internal server error

2015-03-29 Thread Vikram Hosakote
*** This bug is a duplicate of bug 1408230 *** https://bugs.launchpad.net/bugs/1408230 ** This bug is no longer a duplicate of bug 1193253 String attributes should limit the length in API ** Changed in: neutron Assignee: Vikram Hosakote (vhosakot) = (unassigned) ** This bug has been

[Yahoo-eng-team] [Bug 1437902] Re: nova redeclares the `nova` named exchange zillion times without a real need

2015-03-29 Thread Davanum Srinivas (DIMS)
Is this because of how oslo.messaging is implemented or how nova uses oslo.messaging? ** Also affects: oslo.messaging Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute