[Yahoo-eng-team] [Bug 1369401] [NEW] Multiple services with same name and type

2014-09-14 Thread Varun Mittal
Public bug reported: I am working on the current devstack environment. keystone service-create allows creating multiple services with the same --name and --type. Is this expected ? $ keystone --debug --os-endpoint http://10.0.2.15:35357/v2.0 --os-token Passw0rd service-create --name junk --type

[Yahoo-eng-team] [Bug 1369394] [NEW] selecting a protected image makes delete image clickable

2014-09-14 Thread Amit Ugol
Public bug reported: When selecting a protected image from the Images list, the delete button becomes clickable. Deleting would fail here as expected, but the user should not see that option. Steps: 1. Define an image with property protected = True 2. Wait for the image to be displayed in the im

[Yahoo-eng-team] [Bug 1369388] [NEW] local configuration is not allowed in "keystone-paste.ini"

2014-09-14 Thread Dave Chen
Public bug reported: According to funcation docs in keystone/common/wsgi.py, local configuration is allowed in the paste.deploy config files, such as "redis_host". 380 @classmethod 381 def factory(cls, global_config, **local_config): 382 """Used for paste app factories in paste.de

[Yahoo-eng-team] [Bug 1369390] [NEW] Fails to start a server providing the configuration file

2014-09-14 Thread Victor Morales
Public bug reported: Using "glance-control api start etc/glance-api.conf" or "glance-control registry start etc/glance-registry.conf", it's resulting in the following error: Traceback (most recent call last): File "/home/vagrant/glance/.venv/bin/glance-control", line 10, in sys.exit(main()

[Yahoo-eng-team] [Bug 1369388] [NEW] local configuration is not allowed in "keystone-paste.ini"

2014-09-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: According to funcation docs in keystone/common/wsgi.py, local configuration is allowed in the paste.deploy config files, such as "redis_host". 380 @classmethod 381 def factory(cls, global_config, **local_config): 382 """Used for paste app

[Yahoo-eng-team] [Bug 1369386] [NEW] ipset_enabled = True default is not upgrade friendly

2014-09-14 Thread Dan Prince
Public bug reported: Adds ipset support for Security Groups In commit 2562a9271c828e982a74593e8fd07be13b0cfc4a we recently added ipset support for Security Groups. The default is currently set to True which is not upgrade friendly in that anyone upgrading to the most recent Neutron code immediat

[Yahoo-eng-team] [Bug 1369385] [NEW] Fail to create instance to a server group with affinity policy.

2014-09-14 Thread Shunli Zhou
Public bug reported: Failed to create a instance into a server group with affinity policy and the retry filter is enabled. The scheduler selected a host, say it's 'host2', but the host2's hypervisor has some problems and failed to boot the instance. Then scheduler retry to boot the instance. S

[Yahoo-eng-team] [Bug 1369358] [NEW] Improve secgroup create error message

2014-09-14 Thread Christopher Yeoh
Public bug reported: When secgroup-create is passed a name or description which is an empty string the error message does not specify which field is invalid. We should fix this. ** Affects: nova Importance: Undecided Assignee: Christopher Yeoh (cyeoh-0) Status: In Progress --

[Yahoo-eng-team] [Bug 977192] Re: Error message not user friendly while creating security group

2014-09-14 Thread Christopher Yeoh
This is a novaclient bug not a nova bug (it never reaches Nova). But regardless I'm not convinced we should fix this. Its stock standard unix command line syntax that something starting with '-' would be interpreted as an option rather than an argument unless specially quoted. ** Also affects: pyt

[Yahoo-eng-team] [Bug 1333471] Re: Checking security group in nova immediately after instance is created results in error

2014-09-14 Thread Christopher Yeoh
Backport patch for this was merged actually merged afew days ago. https://review.openstack.org/#/c/106674/ Sorry should have linked to it earlier. ** Changed in: nova Status: Won't Fix => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1333471] Re: Checking security group in nova immediately after instance is created results in error

2014-09-14 Thread Sean Dague
Havana is nearly out of support, I don't think this is high enough priority to fix on that tree ** Changed in: nova Status: In Progress => 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 1333557] Re: nova v2 os-hosts api doesn't support specify service as a query parameter

2014-09-14 Thread Sean Dague
** Changed in: nova Status: In Progress => Won't Fix -- 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/1333557 Title: nova v2 os-hosts api doesn't support specify se

[Yahoo-eng-team] [Bug 1369337] [NEW] Nuage delete_subnet doesn't delete the port created by the create_subnet

2014-09-14 Thread Franck
Public bug reported: The Nuage create_subnet will create a DHCP port as per the spec. However the delete_subnet doesn't cleanup the subnet and leave the port. The fix will the add the deletion of the port in the delete_subnet method ** Affects: neutron Importance: Undecided Assignee: F

[Yahoo-eng-team] [Bug 1368939] Re: server-create API doesn't handle InvalidBDM failures (v2)

2014-09-14 Thread Matt Riedemann
InvalidBDMVolume extends InvalidBDM which extends Invalid which is handled in the v2 API here: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/servers.py#n1007 ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1369317] [NEW] ironic_host_manager's consume_from_instance() takes exactly 2 arguments (3 given)

2014-09-14 Thread Devananda van der Veen
Public bug reported: https://review.openstack.org/#/c/118391/ Change-id I012ee5c118265e044ff41fb58b732728946ee85a included a change to the definition of nova/scheduler/host_manager.py HostState.consume_from_instance(), changing the method from requiring 2 to 3 parameters. This change did not upd

[Yahoo-eng-team] [Bug 1369260] Re: network-vif-plugged events should be Info on nova compute

2014-09-14 Thread Sean Dague
I disagree that we should move these out of DEBUG. I actually think we probably need to put more of these down in DEBUG unless there are lost messages, and we should info or warn on those. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1369266] [NEW] HA router priority should be according to configurable priority of L3-agent

2014-09-14 Thread Yair Fried
Public bug reported: Currently all instances have the same priority (hard coded 50) Admin should be able to assign priority to l3-agents so that Master will be chosen accordingly (suppose that you have an agent with smaller bandwidth than others, you would like it to have the least amount possib

[Yahoo-eng-team] [Bug 1369260] [NEW] network-vif-plugged events should be Info on nova compute

2014-09-14 Thread ofer blaut
Public bug reported: Version === IceHouse on rhel Description === In order to track network-vif-plugged events across openetsack : Nova-API send event network-vif-plugged under AUDIT level , " AUDIT nova.api.openstack.compute.contrib.server_external_events [req- 7bd8ca07-a133-4b57-

[Yahoo-eng-team] [Bug 1369254] [NEW] VMware: driver does not create a ephemeral disk when disk is defined in flavor

2014-09-14 Thread Gary Kotton
Public bug reported: When a flavor contains a ephemeral disk definition the driver does not create the disk ** Affects: nova Importance: High Assignee: Gary Kotton (garyk) Status: In Progress ** Tags: vmware ** Changed in: nova Importance: Undecided => High ** Changed in

[Yahoo-eng-team] [Bug 1369248] [NEW] "No existing metadata" in "Available Metadata" menu

2014-09-14 Thread Akihiro Motoki
Public bug reported: Admin -> Image -> "Update Metadata" menu was added in Juno-RC1. If all metadata items are added to "Existing metadata", "No existing metadata" will be shown in "Available Metadata" menu. It should be "No available metadata". ** Affects: horizon Importance: Low

[Yahoo-eng-team] [Bug 1369239] [NEW] OpenDaylight MD should not ignore 400 errors

2014-09-14 Thread Cédric OLLIVIER
Public bug reported: 400 (Bad Request) errors are ignored in every create or update operation to OpenDaylight. Referring to the comment, it protects against conflicts with already existing resources. In case of update operations, it seems irrelevant and masks "real" bad requests. It could also