[Yahoo-eng-team] [Bug 1386525] [NEW] (DataError) invalid input syntax for type inet: my.invalid.ip

2014-10-28 Thread Joe Gordon
Public bug reported: DataError: (DataError) invalid input syntax for type inet: my.invalid.ip Traceback (most recent call last): File /usr/local/lib/python2.7/dist-packages/oslo/db/sqlalchemy/compat/handle_error.py, line 59, in _handle_dbapi_exception e, statement, parameters, cursor,

[Yahoo-eng-team] [Bug 1386535] [NEW] DELETE/serivce/id should judge the service status

2014-10-28 Thread chejun
Public bug reported: DELETE/serivce/id interface has not judged the deleting service`s status. If the status is UP, the delete operation should be refused. The interface is a member function of ServiceController class in nova.api.openstack.compute.contrib.services.py ** Affects: nova

[Yahoo-eng-team] [Bug 1386539] [NEW] Remove Mellanox plugin from the Neutron tree

2014-10-28 Thread Irena Berezovsky
Public bug reported: This bug will track the removal of the Mellanox plugin from the Neutron source tree. Since Icehouse release there is Ml2 Mechanism Driver that provides the same functionality. Mellanox Plugin is deprecated in Juno and will be removed before Kilo releases. ** Affects:

[Yahoo-eng-team] [Bug 1386540] [NEW] DELETE/os-service/id interface parameter is not convenient for use

2014-10-28 Thread chejun
Public bug reported: DELETE/os-serivce/id interface use service-id as the parameter, i think it will be more better if use hostname and binary as the parameter, just like the interface UPDATE/os-serivce/id. The interface is a member function of ServiceController class in

[Yahoo-eng-team] [Bug 1386543] [NEW] FWaaS - New blocking rules has no affect for existing traffic

2014-10-28 Thread Itzik Brown
Public bug reported: When building a firewall with a rule to block a specific Traffic - the current traffic is not blocked. For example: Running a Ping to an instance and then building a firewall with a rule to block ICMP to this instance doesn't have affect while the ping command is still

[Yahoo-eng-team] [Bug 1372049] Re: Launching multiple VMs fails over 63 instances

2014-10-28 Thread Yair Fried
I still see this problem even when I'm using the patch. I fear this might even got worse, since once I pass the 63 limit (and delete all) even a single VM fails to boot ** Changed in: neutron Status: Invalid = Confirmed -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1386562] [NEW] keystone did not start (ImportError: Class TemplatedCatalog cannot be found)

2014-10-28 Thread Trung Trinh
Public bug reported: After the commit ID 1ea9d50a2c828a3eb976e458659008a5461b1418 of Steve Martinelli (made on Thu Oct 2 12:57:20 2014 -0400), keystone service can no longer be started. Root cause: - At that commit ID, the class TemplatedCatalog is removed from the module

[Yahoo-eng-team] [Bug 1386562] Re: keystone did not start (ImportError: Class TemplatedCatalog cannot be found)

2014-10-28 Thread Trung Trinh
Here is the traceback: 2014-10-28 14:12:26.324 2176 TRACE keystone Traceback (most recent call last): 2014-10-28 14:12:26.324 2176 TRACE keystone File /opt/stack_newest/keystone/bin/keystone-all, line 147, in module 2014-10-28 14:12:26.324 2176 TRACE keystone backends.load_backends()

[Yahoo-eng-team] [Bug 1381617] Re: Check for FIP status in scenario tests cause instability in neutron gate jobs

2014-10-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/130655 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=a754e2d12cdc2c1a7f860f20f2d915dd576c5155 Submitter: Jenkins Branch:master commit a754e2d12cdc2c1a7f860f20f2d915dd576c5155 Author: Carl Baldwin carl.bald...@hp.com Date: Thu

[Yahoo-eng-team] [Bug 1386604] [NEW] quot in cluster_template template is missing a closing semicolon

2014-10-28 Thread Akihiro Motoki
Public bug reported: In openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_configure_general_help.html, there is the following sentence. p {% blocktrans %}The Cluster Template object should specify Node Group Templates that

[Yahoo-eng-team] [Bug 1386616] [NEW] LBaaS VIP creation via horizon requires a mandatory IP address argument although it's only optional in the cli command

2014-10-28 Thread Itzik Brown
Public bug reported: LBaaS VIP creation via horizon requires a mandatory IP address in the text box Specify a free IP address from the selected subnet Although it's only optional in the CLI command. usage: neutron lb-vip-create [-h] [-f {shell,table,value}] [-c COLUMN]

[Yahoo-eng-team] [Bug 1386614] [NEW] A single space verbose_name of data_processing/clusters/tabs InstancesTable is difficult to translate

2014-10-28 Thread Akihiro Motoki
Public bug reported: (From Transifex issue) The verbose_name of InstancesTable is just a single space. It is a string with a single SPACE and it is used to just ignore a name in the code. It is difficult for translators to understand for translators. This string has no meaning for

[Yahoo-eng-team] [Bug 1372049] Re: Launching multiple VMs fails over 63 instances

2014-10-28 Thread Oleg Bondarev
** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1372049 Title: Launching multiple VMs fails over 63 instances Status in

[Yahoo-eng-team] [Bug 1386643] [NEW] report_state thread should be started only after the ovs agent initialization is finished

2014-10-28 Thread Sudhakar Gariganti
Public bug reported: In OpenvSwitch agent, report_state thread is initiated from setup_rpc method. setup_rpc is just the beginning of agent initialization and followed by bridge configurations. So, report states should be started after all the configuration is done. If the agent dies due to any

[Yahoo-eng-team] [Bug 1386648] [NEW] Subnet deleting traceback with VPNaaS

2014-10-28 Thread Sergey Shnaidman
Public bug reported: When trying delete subnet which is part of VPN service: 1) subnet is not deleted 2) Traceback in neutron: 2014-10-28 11:15:27.481 TRACE neutron.api.v2.resource DBError: (IntegrityError) (1451, 'Cannot delete or update a parent row: a foreign key constraint fails

[Yahoo-eng-team] [Bug 1386655] [NEW] /v2.0/users operations return 404 when v3 is installed

2014-10-28 Thread Jamie Hannaford
Public bug reported: I've installed both Icehouse and Juno with devstack, and the user operations for v2 Keystone all seem to return 404s. - Is it possible to add/list/get/update/delete users on v2 if v3 is installed? - If not, how do I disable v3? ** Affects: keystone Importance:

[Yahoo-eng-team] [Bug 1386660] [NEW] ML2 SR-IOV Mechanism driver configuration option agent_required should be False in ml2_conf_sriov.ini

2014-10-28 Thread Itzik Brown
Public bug reported: The default value for agent_required under the section [ml2_sriov] should be the same as the default value for this option # agent_required = False ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1386687] [NEW] Overview page: OverflowError when cinder limits are negative

2014-10-28 Thread Julie Pichon
Public bug reported: This is the Cinder twin to bug 1370869 which was resolved for Nova. For some yet-to-be-fully-debugged reasons, after deleting multiple instances the quota_usages table for Cinder ended up with negative values for several of the in use limits, causing the Overview Page to fail

[Yahoo-eng-team] [Bug 1370295] Re: Possible SQL Injection vulnerability in hyperv volumeutils2

2014-10-28 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/131433 ** Changed in: nova Status: Invalid = In Progress ** Changed in: nova Assignee: (unassigned) = Sergey Vilgelm (sergey.vilgelm) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1386436] Re: sql error when upgrade from icehouse

2014-10-28 Thread thomas
Login trough horizon or even just keystone service-list was triggering it. I just made a db_sync and now it works so my bad. I couldn't find an upgrade guide from icehouse to juno but now I guess the one from havana to icehouse is still valid ? ** Changed in: keystone Status: New =

[Yahoo-eng-team] [Bug 1386764] [NEW] Volumes tables need to support API filtering

2014-10-28 Thread Randy Bertram
Public bug reported: In both Projects and Admin, the Volumes table does not support API filtering. The filtering that is currently in each table is only client-side, so it only filters the table that was loaded into the browser. However, the Cinder API supports filtering that operates on the

[Yahoo-eng-team] [Bug 1386773] [NEW] Project details request with long ID causes 500 error with DB2

2014-10-28 Thread Brant Knudson
Public bug reported: When using DB2 as the database, if you get project details with a really long ID (even if it doesn't exist), the you get a 500 error instead of 404 Not Found: $ curl -s -H X-Auth-Token: $TOKEN

[Yahoo-eng-team] [Bug 1386794] [NEW] Add option to remove networks from dead dhcp agents

2014-10-28 Thread Eugene Nikanorov
Public bug reported: Allow alive agents to pick up unhosted networks in case dead agent stops serving it. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: l3-ipam-dhcp -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1386810] [NEW] Keystone should not create a queue. Or it should empty the queue

2014-10-28 Thread Haneef Ali
Public bug reported: If you enable messaging keystone creates a queue notificaiton.info and sends a message with the routing key notification.info to the queue. As per rabbitmq, producer sends a message to an Exchange and Consumer creates a queue and attaches to the exchange to receve the

[Yahoo-eng-team] [Bug 1386826] [NEW] Launching Nova Instance with invalid snapshot id causes KeyError Exception

2014-10-28 Thread Michael Hagedorn
Public bug reported: If you launch a nova instance and pass in an snapshot_instance_id which is invalid at the moment SetInstanceDetailsAction fires, the result is an Exception (KeyError) ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1218609] Re: Although CONF.fatal_deprecations=True raises DeprecatedConfig it is not fatal

2014-10-28 Thread Joe Gordon
Looks like it is working: https://review.openstack.org/#/c/130041/ ** Changed in: oslo-incubator Status: Triaged = Invalid -- 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 1358583] Re: [OSSA 2014-038] List instances by IP results in DoS of nova-network (CVE-2014-3708)

2014-10-28 Thread Alan Pevec
** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Status: New = In Progress ** Changed in: nova/juno Importance: Undecided = High ** Changed in: nova/juno Assignee: (unassigned) = Tristan Cacqueray (tristan-cacqueray) -- You

[Yahoo-eng-team] [Bug 1386946] [NEW] bigswitch test_server prioritises inputs incorrectly

2014-10-28 Thread Angus Lees
Public bug reported: neutron/plugins/bigswitch/tests/test_server.py incorrectly compares an int to a tuple during a binary search. Apparently on python2, int tuple is not an error and always True. ** Affects: neutron Importance: Undecided Status: New -- You received this bug