[Yahoo-eng-team] [Bug 1317373] [NEW] incorrect connection info in Database Detail panel

2014-05-07 Thread yonglixiangban
Public bug reported: When I create one MongoDB database instance, the connection info in Database Detail panel is not matched, but something like mysql connection info. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1317363] [NEW] Unable to update external network subnet's gateway-ip

2014-05-07 Thread Vishal Agarwal
Public bug reported: I am trying below scenario:- 1. Create one external network i.e. with router:external=True option. 2. Create one subnet under the above network with gateway-ip provided. 3. Create one router. 4. Issue command “neutron router-gateway-set ” 5. Update

[Yahoo-eng-team] [Bug 1301101] Re: Add functional tests to verify VXLAN support

2014-05-07 Thread Kyle Mestery
** 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/1301101 Title: Add functional tests to verify VXLAN support Status in

[Yahoo-eng-team] [Bug 1301363] Re: Refactor functional tests to create base class for agent functional tests

2014-05-07 Thread Kyle Mestery
** 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/1301363 Title: Refactor functional tests to create base class for agent

[Yahoo-eng-team] [Bug 1317321] [NEW] Add extra unit test case for more than 1 ephemeral disk in BDM

2014-05-07 Thread Thang Pham
Public bug reported: There was a comment on https://review.openstack.org/#/c/90583/ (after it was approved for merge) to add an extra test case to handle more than 1 ephemeral disk, as well as correct a comment in the code to be more accurate. The purpose of this bug is to add the extra test case

[Yahoo-eng-team] [Bug 1317314] [NEW] making an image public should be only admin by default

2014-05-07 Thread Aaron Rosen
Public bug reported: Uploading an image with --is-public=True should by default only be allowed by the admin. Allowing anyone to upload an image as public is likely a security concern. ** Affects: glance Importance: Undecided Assignee: Aaron Rosen (arosen) Status: In Progress

[Yahoo-eng-team] [Bug 1315121] Re: lack of logging when an invalid store is used leads to confusion

2014-05-07 Thread Matt Fischer
Cannot repro in icehouse since it looks like it's loading all stores. Also the section with the warning in icehouse has some deprecation nodes and a "to be removed in Juno" note, so I'm going to close this one for now. ** Changed in: glance Status: In Progress => Invalid ** Changed in: gla

[Yahoo-eng-team] [Bug 1317302] [NEW] pki_setup shouldn't be required to check revocations

2014-05-07 Thread Brant Knudson
Public bug reported: With the fix for bug 1312858 , auth_token can validate UUID tokens or hashed PKI tokens against the revocation list. But in order to use this in a setting where only UUID tokens are being used, the server still needs to have pki_setup run. We should be able to check UUID t

[Yahoo-eng-team] [Bug 1271426] Re: protected property change not rejected if a subsequent rule match accepts them

2014-05-07 Thread Nathan Kinder
This has been published as OSSN-0013 to the mailing lists (openstack and openstack-dev), and the OpenStack wiki: https://wiki.openstack.org/wiki/OSSN/OSSN-0013 ** Changed in: ossn Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1317181] Re: do not allow lauch of instances with memory less than 512

2014-05-07 Thread Michael Still
** Changed in: nova Status: New => Triaged ** Changed in: nova Status: Triaged => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (n

[Yahoo-eng-team] [Bug 1317261] [NEW] auth tests should not require admin token

2014-05-07 Thread Guang Yee
Public bug reported: Currently all the v3 auth tests are calling self.post(), which eventually going through v3_request() https://github.com/openstack/keystone/blob/master/keystone/tests/test_v3.py#L353 that's always an admin request as auth token is required. But since V3 auth is an unprotected

[Yahoo-eng-team] [Bug 1317238] [NEW] Duplicated get_policy_target() method across code

2014-05-07 Thread Lin Hua Cheng
Public bug reported: This chunk of code is copied all over the place: def get_policy_target(self, request, datum=None): project_id = None if datum: project_id = getattr(datum, 'tenant_id', None) return {"project_id": project_id} (Though sometimes with a different key in the r

[Yahoo-eng-team] [Bug 1314384] Re: The popup don't appear when click on 'Launch an Instance'

2014-05-07 Thread isador999
I've changed a wrong parameter in my nova.conf, deleted my temporary files, reset / restart Firefox and now it's solved. ** Changed in: horizon Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1310571] Re: ovs pluging floods auth.log (~200Mb/day)

2014-05-07 Thread Salvatore Orlando
I don't think there is any change in Neutron code that can be done to avoid logging such messages. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpa

[Yahoo-eng-team] [Bug 1317208] [NEW] Xen live-migrate with volume attached ends with FIELD_TYPE_ERROR failure

2014-05-07 Thread Andrew Laski
Public bug reported: The relevant portion of an example stack trace is below: 2014-05-01 10:25:37.027 13905 TRACE oslo.messaging.rpc.dispatcher File "/opt/rackstack/615.44/nova/lib/python2.6/site-packa ges/nova/virt/xenapi/vmops.py", line 2316, in attach_block_device_volumes 2014-05-01 10:25:3

[Yahoo-eng-team] [Bug 1311968] Re: Show admin/project instance details in a modal

2014-05-07 Thread Julie Pichon
Ok, thank you for the update. I will close this one in the meantime. ** Changed in: horizon 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

[Yahoo-eng-team] [Bug 1317181] [NEW] do not allow lauch of instances with memory less than 512

2014-05-07 Thread Dafna Ron
Public bug reported: I can create a flavor with 1MB of memory and launch instances. since as far as I know we do not have any computers that run on less than 512MB (even that is rare today) I am not sure allowing less than 512MB should be allowed. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1317174] [NEW] novnc console failure after Icehouse upgrade

2014-05-07 Thread Adam Huffman
Public bug reported: After upgrading my Havana installation to Icehouse, VNC console logins are no longer working (1006 error). The version in use is: openstack-nova-novncproxy-2014.1-2.el6.noarch from RDO. This is the full error in the logs: 2014-05-07 17:12:58.003 13074 AUDIT nova.consoleau

[Yahoo-eng-team] [Bug 1317180] [NEW] Hyper-v fails to attach volumes when using v1 volume utilites

2014-05-07 Thread Petrut Lucian
Public bug reported: The following patch https://github.com/openstack/nova/commit/4c2f36bfe006cb0ef89ca7a706223f30488a182e #diff-5c6ee11140977e63b54542e2ff5763d3R22 caused a regression by changing the eventlet.subprocess.Popen with the builtin subprocess.Popen (by using the nova.utils execute meth

[Yahoo-eng-team] [Bug 1317011] Re: You do not have permission to access the resource: /admin/ when a project is created and switch to it for the first time

2014-05-07 Thread Julie Pichon
Did you give yourself the admin role on the new project? The 'admin' dashboard is only available for projects where the logged in user is an admin. I can only reproduce this if I give myself a member role. ** Changed in: horizon Status: New => Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1252973] Re: Can't control instances from the page other than first

2014-05-07 Thread Julie Pichon
*** This bug is a duplicate of bug 1287093 *** https://bugs.launchpad.net/bugs/1287093 This should be fixed in Icehouse with bug 1287093. ** This bug has been marked a duplicate of bug 1287093 Selected instances are not deleted with pagination -- You received this bug notification becaus

[Yahoo-eng-team] [Bug 1316924] Re: Role can't be changed or added to user after the user is created

2014-05-07 Thread Julie Pichon
A role is only meaningful in the context of a project. If you go to "Projects -> Modify Users" after creating a user, you can adjust their roles for the specific project there. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1316470] Re: the image file should be saved when refill the "Create An Image" table

2014-05-07 Thread Julie Pichon
I'm afraid this is a browser restriction, browsers won't let you specify a file by default when loading a form for security reasons, and we're reloading the entire form when there is a validation error. See also: http://stackoverflow.com/questions/7893236/django-form-file- field-disappears-on-form

[Yahoo-eng-team] [Bug 1317124] [NEW] Datatables without filters are failing to update

2014-05-07 Thread Chad Roberts
Public bug reported: If a datatable does not have a filter on it, dynamic updating of the content is failing It looks like the first update is attemptd when the page loads, but then in the javascript console, the following appears... TypeError: horizon.datatables.qs[$table.attr(...)] is undefine

[Yahoo-eng-team] [Bug 1314102] Re: Horizon fail to send rebuild instance command

2014-05-07 Thread Julie Pichon
img.bytes was replaced with img.size as part of the fix for bug 1258349, which was fixed in time for the Icehouse RC. I cannot reproduce the issue on master. Feel free to reopen if you still see the issues, and give more information about the image you're using. Thank you. ** Changed in: horizon

[Yahoo-eng-team] [Bug 1317100] [NEW] User data should be redacted when logging request spec

2014-05-07 Thread Phil Day
Public bug reported: The filter scheduler has a Debug level log for the request spec, which includes in the instance properties the base64 encoded user_data. Since this may be used by the user to pass credentials into the VM this field should be redacted in the log enrty. User data is an opaque

[Yahoo-eng-team] [Bug 1317094] [NEW] neutron requires list amqplib dependency

2014-05-07 Thread Dirk Mueller
Public bug reported: Neutron does not use amqplib directly (only via oslo.messaging or kombu). kombu already depends on either amqp or amqplib, so the extra dep is not necessary. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1315014] Re: when using --size to create a qcow2 image image is creates it as raw but reported as qcow2

2014-05-07 Thread Flavio Percoco
We don't have a nice way to support this just yet. This may (or may not) be supported in the future once we figure out what to do with image inspections/operations. I'll mark it as invalid for now. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification becaus

[Yahoo-eng-team] [Bug 1317082] [NEW] LBaaS. When a Vip is created enable subnet selection

2014-05-07 Thread Avishay Balderman
Public bug reported: When a Vip is created the user would like to be able to specify a Subnet for the Vip when it is different than the Pool's subnet. The current implementation uses the Pool Subnet and the user is not able to specify a diffrent subnet for the Vip. It is noted, that the LBaaS AP

[Yahoo-eng-team] [Bug 1275771] Re: Notifications do not work: AttributeError: 'RequestContext' object has no attribute 'iteritems'

2014-05-07 Thread Eoghan Glynn
Impacts on ceilometer alarm notification also since the oslo-messaging switch-over: 2014-05-07 11:38:28.365 25696 DEBUG oslo.messaging._drivers.amqp [-] UNIQUE_ID is 68d046edf6614bab854170f81aec72f1. _add_unique_id /usr/lib/python2.7/site-packages/oslo/messaging/_drivers/amqp.py:251 2014-05-07

[Yahoo-eng-team] [Bug 1317041] [NEW] cinder: volume details page does not show the source image details

2014-05-07 Thread Kanagaraj Manickam
Public bug reported: Cinder volume can be created from the given glance image. Once the volume is created, horizon does not show the image details in the volume details page. But as a user, i would expect this information should be reported. Technically, cinder stores this information in the vol

[Yahoo-eng-team] [Bug 1312833] Re: no error is reported or logged when we fail to create a volume on Image minDisk

2014-05-07 Thread Julie Pichon
*** This bug is a duplicate of bug 1241253 *** https://bugs.launchpad.net/bugs/1241253 This was fixed in Juno and is a duplicate of bug 1241253, I added the potential icehouse-backport tag to the other bug. ** This bug has been marked a duplicate of bug 1241253 Creation of Volume from Imag

[Yahoo-eng-team] [Bug 1317016] [NEW] User are not allowed to delete object which the user created under Container

2014-05-07 Thread Hong-Guang
Public bug reported: Testing step: 1: create a pseudo-folder object pf1 2: delete pf1 Testing result: Error: You are not allowed to delete object: pf1 ** Affects: horizon Importance: Undecided Status: New ** Summary changed: - User are not allowed to delete object which the use

[Yahoo-eng-team] [Bug 1317011] [NEW] You do not have permission to access the resource: /admin/ when a project is created and switch to it for the first time

2014-05-07 Thread Hong-Guang
Public bug reported: Test step: 1:create a new project 2:switch to this new project test result: You do not have permission to access the resource: /admin/ Login as different user or go back to home page ** Affects: horizon Importance: Undecided Status: New ** Summary changed:

[Yahoo-eng-team] [Bug 1311561] Re: editing a flavor changes it's ID

2014-05-07 Thread Julie Pichon
As Cindy indicated, this was done on purpose to avoid inaccuracies in the data (e.g. an instance is associated with flavor A which has 2 CPUs, which is later edited to have 35 CPUs - the initial instance doesn't have that but the data makes it look like it does). I don't think it's wise to switch t

[Yahoo-eng-team] [Bug 1317008] [NEW] notification is not generated for neutron dhcp-agent-network-add and dhcp-agent-network-remove commands

2014-05-07 Thread Maruti Kamat
Public bug reported: notification_driver is configured in neutron.conf as shown below. notification_driver = neutron.openstack.common.notifier.log_notifier default_notification_level = INFO notification_topics = notifications When an administrator wants to associate a particular network to a g

[Yahoo-eng-team] [Bug 1317000] [NEW] notification is not generated for neutron l3-agent-router-add command

2014-05-07 Thread Maruti Kamat
Public bug reported: notification_driver is configured in neutron.conf as shown below. notification_driver = neutron.openstack.common.notifier.log_notifier default_notification_level = INFO notification_topics = notifications When an administrator wants to host a particular router to a given l

[Yahoo-eng-team] [Bug 1316959] Re: neutron unit test py27 failure

2014-05-07 Thread Jakub Libosvar
*** This bug is a duplicate of bug 1316486 *** https://bugs.launchpad.net/bugs/1316486 ** This bug is no longer a duplicate of bug 1316906 unittests fail sporadically with import error for test_netscaler_driver ** This bug has been marked a duplicate of bug 1316486 Package is imported in

[Yahoo-eng-team] [Bug 1316977] [NEW] implement a storage adapter for HDFS

2014-05-07 Thread Christian Berendt
Public bug reported: HDFS should be usable as storage backend for Glance. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/

[Yahoo-eng-team] [Bug 1316959] [NEW] neutron unit test py27 failure

2014-05-07 Thread Attila Fazekas
Public bug reported: This is likely some download/install related issue. http://logs.openstack.org/18/92018/3/gate/gate-neutron-python27/b57b3c6/console.html The py26 version of this job was successful. ** Affects: neutron Importance: Undecided Status: New ** Affects: openstack-ci

[Yahoo-eng-team] [Bug 1316935] [NEW] add missing languages

2014-05-07 Thread Christian Berendt
Public bug reported: With https://review.openstack.org/#/c/91523/ there will be added a lot of new language files to Horizon. The new languages should also be added to LANGUAGES in settings.py to be able to use them. ** Affects: horizon Importance: Undecided Assignee: Christian Berendt