[Yahoo-eng-team] [Bug 1325472] [NEW] API not idempotent

2014-06-02 Thread Mike Spreitzer
Public bug reported: The API for creating an instance does not support idempotent usage. ** Affects: nova Importance: Undecided Status: New ** Tags: api conductor -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1324934] Re: port leak when instance is deleted before ACTIVE

2014-06-02 Thread Matthew Gilliard
** Description changed: If an instance is deleted after it has a neutron port allocated but before it has reached ACTIVE state, sometimes the port is not deleted but the instance is. These orphan ports count toward the user's quota so if it happens enough times the user will be unable to

[Yahoo-eng-team] [Bug 1314313] Re: Firewall fails to become active within 300 seconds

2014-06-02 Thread Eugene Nikanorov
Adding tempest. Adding short delay between operations in fwaas api test may help to avoid race ** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1275695] Re: Enabling Federation extension causes Unregistered dependency: federation_api

2014-06-02 Thread Marek Denis
** Changed in: keystone Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1275695 Title: Enabling Federation extension causes Unregistered

[Yahoo-eng-team] [Bug 1325608] [NEW] base L3's create_router should process extensions

2014-06-02 Thread Armando Migliaccio
Public bug reported: Change: https://github.com/openstack/neutron/commit/634fd1d23fb241bc4990275d5a4da0c3ab66e2de Tweaked base create_router in l3_db.py to process the extensions or not; however it was chosen at the time, to set the process_extensions flag to False. This effectively disable the

[Yahoo-eng-team] [Bug 1325654] [NEW] Race: Info cache for instance could not be found during boot

2014-06-02 Thread Andrew Laski
Public bug reported: Related to https://bugs.launchpad.net/nova/+bug/1324793 If an instance is deleted during the boot process then the instance.refresh() call in the conductor build_instances method should raise an InstanceNotFound exception. But as seen in the bug linked above it can

[Yahoo-eng-team] [Bug 1279509] Re: Docker Instance in multi_host network mode receives the wrong gateway ip address

2014-06-02 Thread Joe Gordon
trunk nova doesn't have the docker driver. ** 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/1279509 Title: Docker

[Yahoo-eng-team] [Bug 1325666] [NEW] Create Flavor dialog - No visual difference between disabled filter field box and enabled filter field box in Flavor Access tab

2014-06-02 Thread Matt
Public bug reported: During the Flavor Creation process, once you get to the Flavor Acess tab, you're shown two panels, All Projects and Selected Projects. The All Projects filter field box is enabled, and you can type in it. The Selected Projects filter field box is disabled, I'm assuming

[Yahoo-eng-team] [Bug 1325664] [NEW] ML2: validate network configuration

2014-06-02 Thread Manish Godara
Public bug reported: Validate that each physical_network name is neither empty nor too long. When a network is added we should make sure the physical_network name is appropriately configured (see comments in code plugins/ml2/drivers/type_flat.py as well type_vlan.py) ** Affects: neutron

[Yahoo-eng-team] [Bug 1325668] [NEW] invalid operations in federation docs to install mod_shib

2014-06-02 Thread Steve Martinelli
Public bug reported: In the keystone federation docs (http://docs.openstack.org/developer/keystone/configure_federation.html), the following paragraph is seen: You’ll also need to install Shibboleth, for example: $ apt-get libapache2-mod-shib2 However the keyword 'install' is missing. **

[Yahoo-eng-team] [Bug 1325680] [NEW] Launch Instance dialog - UUIDs for NICs on the Networking tab are very difficult to read

2014-06-02 Thread Matt
Public bug reported: When you go to Launch an Instance, once you get to the Networking tab, it appears there's some sort of UUID displayed for each NIC, however, the font used for it is really tiny, and is very difficult to read. Would it be possible to use a tool tip/hover-over, or some sort of

[Yahoo-eng-team] [Bug 1325685] [NEW] System Info - Services tab, rename 'Enabled' column entries

2014-06-02 Thread Cindy Lu
Public bug reported: There is a column in the Services table titled 'Enabled' with cell entries called 'Enabled' too. I think the cells should say [Yes/No] not [Enabled/Disabled]. If we want to keep the cell values as [Enabled/Disabled], the column heading should change (Status?). Please see

[Yahoo-eng-team] [Bug 1325684] [NEW] Launch Instance dialog - nic should probably be capitalized on the Networking tab

2014-06-02 Thread Matt
Public bug reported: On the Networking tab of the Launch Instance dialog, nic is all lowercase. Generally acronyms are capitalized. nic is used both for each interface, and in the description on the right pane. Somewhat related to that, on the same dialog and tab, we say Selected Networks and

[Yahoo-eng-team] [Bug 1325688] [NEW] Some Languages start with capital letter but not all.

2014-06-02 Thread Juan Manuel Ollé
Public bug reported: Not All Languages in settings start with Capital Letters ** Affects: horizon Importance: Undecided Status: New ** Attachment added: capital_letters_in_languajes.PNG

[Yahoo-eng-team] [Bug 1325692] [NEW] Extend Volume Dialog could be smarter

2014-06-02 Thread Matt
Public bug reported: I just made a 3gb test volume, and went to extend it. When the dialog opens, the Size field isn't filled out yet. It would be really nice if Size was pre-filled when the dialog was loaded with the current size, and then they can modify that up to extend it. I wondered if

[Yahoo-eng-team] [Bug 1320855] Re: sql: migration from 37 to 38 version fails

2014-06-02 Thread Dolph Mathews
** Also affects: keystone/icehouse Importance: Undecided Status: New ** Changed in: keystone/icehouse Importance: Undecided = Medium ** Changed in: keystone/icehouse Assignee: (unassigned) = Emilien Macchi (emilienm) ** Changed in: keystone/icehouse Status: New = In

[Yahoo-eng-team] [Bug 1325701] [NEW] Create Volume dialog - No helper text for Type, and no guidance on how to create one

2014-06-02 Thread Matt
Public bug reported: When you create a Volume, and you don't have a Type defined, there's nothing in the dropdown. While it's empty, and not marked as required, it still makes me a little nervous and wonder what I'm missing out on by not having a Type to pick. Many other dropdowns in OpenStack

[Yahoo-eng-team] [Bug 1325705] [NEW] Cells - prominent hypervisor version filter bug

2014-06-02 Thread Brian Elliott
Public bug reported: Commit 0c22f71fb338b1aa7c4a2b30555449a464ad3874 introduced a filter that allowed the cells scheduler to route instance builds to cells with a matching 'prominent' hypervisor version. (nova.cells.filters.image_properties.ImagePropertiesFilter). This filter has a bug where the

[Yahoo-eng-team] [Bug 1325725] [NEW] tempest doesn't have integration testing on nova's quota-class API

2014-06-02 Thread Joe Gordon
Public bug reported: Related: https://bugs.launchpad.net/horizon/+bug/1292589 Nova shouldn't have been able to remove that functionality if horizon was using it. So we have a gap in testing the APIs that horizon is using. ** Affects: horizon Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1325726] [NEW] It isn't clear from the UI that Volume Types can only really be configured from the CLI

2014-06-02 Thread Matt
Public bug reported: From the Create Volume Type dialog, I'm told The volume type defines the characteristics of a volume. It usually maps to a set of capabilities of the storage back-end driver to be used for this volume. Examples: Performance, SSD, Backup, etc. Yet all I can actually do within

[Yahoo-eng-team] [Bug 1325731] [NEW] libvirt out of sync with nova causes instance to endlessly reschedule

2014-06-02 Thread Aaron Rosen
Public bug reported: 2014-06-02 13:32:26.404 ERROR nova.compute.manager [req-7aaaef0e-46ed-4547-acec-d788aa3aafc8 demo demo] [instance: 0bb3d301-96c7-44f4-8235-ba0d062a011b] Instance failed to spawn 2014-06-02 13:32:26.404 TRACE nova.compute.manager [instance:

[Yahoo-eng-team] [Bug 1325684] Re: Launch Instance dialog - nic should probably be capitalized on the Networking tab

2014-06-02 Thread Verónica Musso
To fix this bug completely, it is needed to update the localization files, I am creating a new entry for i18n team. The localization changes have to be done over the horizon modifications to be submitted soon. ** Also affects: openstack-i18n Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1325736] [NEW] Security Group Rules can only be specified in one direction

2014-06-02 Thread Matt
Public bug reported: It might save users potentially a lot of time if instead of only offering an INGRESS and an EGRESS direction, if they could specify a BOTH direction. Whenever someone needs to enter both an ingress and egress rule for the same port they have to enter it twice, remembering all

[Yahoo-eng-team] [Bug 1246941] Re: Trust Auth is broken when Content Type is XML

2014-06-02 Thread OpenStack Infra
** Changed in: keystone Status: Invalid = In Progress ** Changed in: keystone Assignee: Adam Young (ayoung) = Steve Martinelli (stevemar) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1314125] Re: No errors when creating keystone tables when MySQL fails

2014-06-02 Thread Dolph Mathews
** Also affects: openstack-manuals 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/1314125 Title: No errors when creating keystone tables

[Yahoo-eng-team] [Bug 1325787] [NEW] Create Image, fields are not persisted

2014-06-02 Thread Cindy Lu
Public bug reported: == How to Reproduce: == 1. Admin Images 2. Click on 'Create Image' 3. Enter name, *description*, image location, format and *architecture* For image location, put in a link, I went here: https://github.com/rackerjoe/oz-image-build and used the first one in the list:

[Yahoo-eng-team] [Bug 1325789] [NEW] VMware: vm_util.get_host_ref() should take into account where the VM is located

2014-06-02 Thread Arnaud Legendre
Public bug reported: vm_util.get_host_ref() returns the first host in the list of hosts returned by vCenter. This behavior is not correct when we want to get the host where the VM is running. We need to provide the VM reference and return the host where the VM is running. See:

[Yahoo-eng-team] [Bug 1325800] [NEW] Potential Race Condition between L3NATAgent.routers_updated and L3NATAgent._rpc_loop.

2014-06-02 Thread Stephen Ma
Public bug reported: The _rpc_loop routine takes a snapshot of the L3NATAgent’s routers_updated set and then it clears the set. At the same time, L3NATAgent.routers_updated can run, it adds new routers to the routers_updated set. It is possible for both routines to run at the same time. So it

[Yahoo-eng-team] [Bug 1318770] Re: nova usage list to show tenant name.

2014-06-02 Thread Christopher Yeoh
This is a novaclient feature, not a nova one ** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: nova Status: New = Invalid ** Changed in: python-novaclient Importance: Undecided = Wishlist -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1325812] [NEW] HACKING rst does not have rules N320

2014-06-02 Thread Gary Kotton
Public bug reported: Commit 9235ada8c2c250603dc5b299cc08bb7a982d4fc6 did not add the rule to the HACKING.rst ** Affects: nova Importance: Medium Assignee: Gary Kotton (garyk) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed