[Yahoo-eng-team] [Bug 1253497] Re: Replace uuidutils.generate_uuid() with str(uuid.uuid4())

2014-06-12 Thread Zhongyue Luo
** Changed in: staccato Status: In Progress => Invalid ** Changed in: billingstack Status: In Progress => Invalid ** Changed in: cinder Status: In Progress => Invalid ** Changed in: neutron Status: In Progress => Invalid ** Changed in: horizon Status: In Progr

[Yahoo-eng-team] [Bug 1257829] Re: Misspelled encryption field in QemuImgInfo

2014-06-12 Thread Zhongyue Luo
** Changed in: cinder Status: In Progress => Fix Released ** Changed in: nova Status: In Progress => Fix Released -- 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/b

[Yahoo-eng-team] [Bug 1329614] [NEW] test_uri_length_limit follows proxy and hits wrong localhost

2014-06-12 Thread Angus Lees
Public bug reported: test_uri_length_limit honours HTTP_PROXY (if set). This means the test queries to http://localhost:$port/ hit the wrong localhost when $HTTP_PROXY is another host, resulting in a meaningless test scenario, and apparent failures with HTTP status codes other than REQUEST_URI_TO

[Yahoo-eng-team] [Bug 1329608] [NEW] Object storage temp URL uses SHA1

2014-06-12 Thread Jeffrey Walton
Public bug reported: It appears glance uses SHA1 for hashing: https://review.openstack.org/#/c/81391/28/ironic/common/glance_service/v2/image_service.py: # Encode to UTF-8 try: sig = hmac.new(key.encode(), hmac_body.encode(), hashlib.sha1).hexdigest()

[Yahoo-eng-team] [Bug 1329599] [NEW] novaclient has incorrect description of vlan option for creating network with an associated vlan

2014-06-12 Thread Yaguang Tang
Public bug reported: when using nova-network and VlanManager, try create a network using novaclient nova network-create Positional arguments: Label for network Optional arguments: --fixed-range-v4 IPv4 subnet (ex: 10.0.0.0/8) --fixed-range-v6 CIDR_V6

[Yahoo-eng-team] [Bug 1329583] [NEW] Typo in default data source list breaks Ec2 and OpenStack sources

2014-06-12 Thread Garrett Holmstrom
Public bug reported: The built-in list of data sources that appears in cloudinit/settings.py is missing a comma between 'OpenStack' and 'Ec2', breaking both of those data sources. From the looks of things debconf manages the data source list on Ubuntu, which would mask this problem there, but we

[Yahoo-eng-team] [Bug 1329571] [NEW] Add Security Rule - Port field validation

2014-06-12 Thread Cindy Lu
Public bug reported: If you click on the field, it gives a tooltip that says to enter an integer between 1 and 65535. If you put in negative # or # > 65535, it will give you an error message. However, if you put in 0 in and press 'Add' --> it will close the modal and give a red popup error messa

[Yahoo-eng-team] [Bug 1324592] Re: [OSSA 2014-018] Trust scope can be circumvented by chaining trusts (CVE-2014-3476)

2014-06-12 Thread Alan Pevec
** Also affects: keystone/icehouse Importance: Undecided Status: New ** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone/havana Status: New => In Progress ** Changed in: keystone/icehouse Status: New => In Progress ** Chan

[Yahoo-eng-team] [Bug 1329562] [NEW] Warning in ADD_ANGULAR_MODULES when generating docs

2014-06-12 Thread Gary W. Smith
Public bug reported: When generating docs (with ./run_tests.py --docs), it generates the following warning due to malformed rst: ``ADD_ANGULAR_MODULES`` -- .../doc/source/topics/settings.rst:731: WARNING: Title underline too short. ** Affects: horizon Importance: Undecid

[Yahoo-eng-team] [Bug 1329563] [NEW] test_suspend_server_invalid_state fails with 400 response

2014-06-12 Thread John Griffith
Public bug reported: Encountered what looks like a new gate failure. The test_suspend_server_invalid_state test fails with a bad request response / unhandled exception. http://logs.openstack.org/48/96548/1/gate/gate-tempest-dsvm-postgres- full/fa5c27d/console.html#_2014-06-12_23_33_59_830 ** Af

[Yahoo-eng-team] [Bug 1329559] [NEW] Cannot delete an instance that failed a previous delete

2014-06-12 Thread Joe Gordon
Public bug reported: Currently we have a situation where if an instance fails to delete, instead of having its state reverted, like we do in most places we set it to error,deleting. This was intentionally done in https://review.openstack.org/#/c/58829/ . We also intentionally ignore duplicate requ

[Yahoo-eng-team] [Bug 1329560] [NEW] NSX sync thread might fail because of a KeyError

2014-06-12 Thread Salvatore Orlando
Public bug reported: In a few instances the following failure has been observed: http://208.91.1.172/logs/neutron/94439/5/413257/logs/screen-q-svc.txt.gz?#_2014-06-12_06_09_35_248 As a result, the NSX sync thread fails - operational statuses are not updated anymore - and VMs fail to boot because

[Yahoo-eng-team] [Bug 1329554] [NEW] Setting token hashing to greater than sha256 will not work with the SQL token backend

2014-06-12 Thread Morgan Fainberg
Public bug reported: The SQL Token backend sets the ID of the token to a 64 column. sha512 will generate a 128 character (byte) string. >>> a =hashlib.sha512('test').hexdigest() >>> a 'ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad

[Yahoo-eng-team] [Bug 1329546] [NEW] Upon rebuild instances might never get to Active state

2014-06-12 Thread Salvatore Orlando
Public bug reported: VMware mine sweeper for Neutron (*) recently showed a 100% failure rate on tempest.api.compute.v3.servers.test_server_actions Logs for two instances of these failures are available at [1] and [2] The failure manifested as an instance unable to go active after a rebuild. A bit

[Yahoo-eng-team] [Bug 1329538] [NEW] Failed delete leaves instance in undeletable state

2014-06-12 Thread Johannes Erdfelt
Public bug reported: A recent change changed the task_state behavior of instance deletes: https://review.openstack.org/#/c/58829/ This leaves the task_state unmodified after a failed delete. Since the task_state is unmodified, subsequent attempts to delete the instance are skipped with the messa

[Yahoo-eng-team] [Bug 1326289] Re: Failing to launch instances : Filter ComputeCapabilitiesFilter returned 0 hosts

2014-06-12 Thread Robert Collins
** Changed in: tripleo Status: Triaged => Fix Released -- 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/1326289 Title: Failing to launch instances : Filter ComputeC

[Yahoo-eng-team] [Bug 1329385] Re: Keystone doesn't respect policy rules for "grants"

2014-06-12 Thread Dolph Mathews
The policy rules you're looking at apply to the v3 API, but the calls to assert_admin() you've cited are part of the v2 API. The v3 API supports fairly granular policy enforcement, but the v2 API is generally binary (you're either "admin" or not, and all that policy does is define what "admin" mean

[Yahoo-eng-team] [Bug 1329516] [NEW] test_server_sequence_suspend_resume times out waiting for thing to become SUSPENDED

2014-06-12 Thread Matt Riedemann
*** This bug is a duplicate of bug 1255624 *** https://bugs.launchpad.net/bugs/1255624 Public bug reported: Failed here: http://logs.openstack.org/79/96679/6/check/check-tempest-dsvm-postgres- full/e2050f1/console.html 2014-06-12 17:01:03.997 | tempest.scenario.test_server_advanced_ops.Tes

[Yahoo-eng-team] [Bug 1329506] [NEW] Global variables created on horizon.js

2014-06-12 Thread Ying Zuo
Public bug reported: I see three global variables are defined on horizon.js shown below. It may cause naming conflict later on. --- //horizon/static/horizon/js/angular/horizon.js var horizon_dependencies = ['hz.conf', 'hz.utils', 'ngCookies']; dependencies = horizon_de

[Yahoo-eng-team] [Bug 1329496] [NEW] Use jsonutils instead of json

2014-06-12 Thread Ihar Hrachyshka
Public bug reported: jsonutils provide additional enhancements in comparison to pure json. F.e. it attempts to use simplejson on py26 enhancing performance on that platform. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1329482] [NEW] test_quota.py QuotaReserveSqlAlchemyTestCase fails to clean up changes to QUOTA_SYNC_FUNCTIONS

2014-06-12 Thread Mike Bayer
Public bug reported: In nova/tests/test_quota.py -> QuotaReserveSqlAlchemyTestCase.setUp(), alternate function definitions are swapped into nova.db.sqlalchemy.api.QUOTA_SYNC_FUNCTIONS, however they are not reverted in any corresponding tearDown() method. I'm guessing this isn't typically noticed

[Yahoo-eng-team] [Bug 1236621] Re: Disable H803: git commit title should not end with period

2014-06-12 Thread Joe Gordon
Here is part of the backstory, http://lists.openstack.org/pipermail /openstack-dev/2013-June/010837.html While I personally don't like the rule, I don't feel comfortable removing it unless at least half of the integrated projects agree it should be removed. ** Changed in: hacking Status: N

[Yahoo-eng-team] [Bug 1329138] Re: Image status fails to become active in test_list_image_filters

2014-06-12 Thread Matt Riedemann
Yeah I'm also seeing this, was asking about it in #openstack-glance this afternoon. Saw it here: http://logs.openstack.org/44/99144/1/check/check-tempest-dsvm- full/36fb63b/console.html And see a lot of warnings in screen-g-api.txt which led me to this: http://logstash.openstack.org/#eyJzZWFyY2

[Yahoo-eng-team] [Bug 1329426] [NEW] Cisco n1kv neutron plugin typo in get_profile_binding

2014-06-12 Thread Marga
Public bug reported: Need to fix typo where raise keyword is missing in get_profile_binding ** Affects: neutron Importance: Undecided Status: New ** Summary changed: - Typo in cisco n1kv neutron plugin in get_profile_binding + Cisco n1kv neutron plugin typo in get_profile_binding

[Yahoo-eng-team] [Bug 1329415] [NEW] pagination and fixed filter will not work together

2014-06-12 Thread Cindy Lu
Public bug reported: Steps to Reproduce: 1. Have several images I have 2 Public and 5 Project images as displayed in Admin > Images. Please see (A) in attachment. 2. Now if you go to Project > Images, you will see at the top 3 buttons. For me it says: Project (5), Shared With Me (0) and Publi

[Yahoo-eng-team] [Bug 1329391] [NEW] Unexpected messages during running of runtests.sh

2014-06-12 Thread Abishek Subramanian
Public bug reported: Latest upstream master branch seems to have two distinct issues when ./runtests.sh is run. First is a series of HTTP connection errors timing out and slowing down the execution of the entire runtest suite - DEBUG:cinderclient.client:Connection refused: HTTPConnectionPool(ho

[Yahoo-eng-team] [Bug 1329385] [NEW] Keystone doesn't respect policy rules for "grants"

2014-06-12 Thread Thiago Paiva Brito
Public bug reported: Keystone's policy.json define rules to govern granting of roles into Keystone: "identity:check_grant": "rule:admin_required", "identity:list_grants": "rule:admin_required", "identity:create_grant": "rule:admin_required", "identity:revoke_grant": "rule:admin_re

[Yahoo-eng-team] [Bug 1299517] Re: quota-class-update

2014-06-12 Thread Alan Pevec
** Also affects: nova/icehouse Importance: Undecided Status: New -- 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/1299517 Title: quota-class-update Status in O

[Yahoo-eng-team] [Bug 1299517] Re: quota-class-update

2014-06-12 Thread Matt Riedemann
** Changed in: nova Status: In Progress => Fix Committed ** Also affects: tempest Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1263866] Re: OVS lib deferred apply cannot handle concurrency

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1263866 Title: OV

[Yahoo-eng-team] [Bug 1317794] Re: Complete translations are too big

2014-06-12 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => Fix Released ** Changed in: ironic Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1317794 Title: Comp

[Yahoo-eng-team] [Bug 1314129] Re: jsonutils should use simplejson on python 2.6 if available

2014-06-12 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => Fix Released ** Changed in: ironic Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1314129 Title: json

[Yahoo-eng-team] [Bug 1287792] Re: test_ml2_plugin can't be run independently

2014-06-12 Thread Thierry Carrez
** 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/1287792 Title: test_ml2_plugin can't be run independently Status in Op

[Yahoo-eng-team] [Bug 1231351] Re: nova-bm keeps a copy of baremetal image after deployment

2014-06-12 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => Fix Released ** Changed in: ironic Milestone: None => juno-1 -- 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/12313

[Yahoo-eng-team] [Bug 1290068] Re: Some dhcp tap devices remain after tempest run

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1290068 Title: So

[Yahoo-eng-team] [Bug 1329369] [NEW] Refactoring: support session/cookie getters and setters

2014-06-12 Thread Ana Krivokapić
Public bug reported: In https://github.com/openstack/horizon/blob/master/horizon/utils/functions.py, there is a function called get_page_size() which is used to get the value of the page size parameter from the session and/or cookie. We should refactor this part of code, by adding a pair of generi

[Yahoo-eng-team] [Bug 1324194] Re: keyerror while updating dhcp port

2014-06-12 Thread Thierry Carrez
** 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/1324194 Title: keyerror while updating dhcp port Status in OpenStack N

[Yahoo-eng-team] [Bug 1276440] Re: Metadata-agent sends a lot of same requests to neutron-server during cloud-init

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1276440 Title: Me

[Yahoo-eng-team] [Bug 1314129] Re: jsonutils should use simplejson on python 2.6 if available

2014-06-12 Thread Thierry Carrez
** Changed in: marconi 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/1314129 Title: jsonutils should use simplejson on python 2.6 if availab

[Yahoo-eng-team] [Bug 1324131] Re: Radware LBaaS driver should support HA backend

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1324131 Title: Ra

[Yahoo-eng-team] [Bug 1323769] Re: nec plugin: AttributeError: No such RPC function 'update_floatingip_statuses'

2014-06-12 Thread Thierry Carrez
** 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/1323769 Title: nec plugin: AttributeError: No such RPC function 'upda

[Yahoo-eng-team] [Bug 1281481] Re: test_openvswitch_plugin sometimes fail

2014-06-12 Thread Thierry Carrez
** 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/1281481 Title: test_openvswitch_plugin sometimes fail Status in OpenSt

[Yahoo-eng-team] [Bug 1307038] Re: linux IP lib tests conflicting patches causing sporadic UT failures

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1307038 Title: li

[Yahoo-eng-team] [Bug 1310460] Re: wrong key "router.interface" reported by ceilometer log

2014-06-12 Thread Thierry Carrez
** 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/1310460 Title: wrong key "router.interface" reported by ceilometer log

[Yahoo-eng-team] [Bug 1312392] Re: Wrong protocol value for SG IPV6 RA rule

2014-06-12 Thread Thierry Carrez
** 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/1312392 Title: Wrong protocol value for SG IPV6 RA rule Status in Open

[Yahoo-eng-team] [Bug 1313997] Re: NSX: fix migration of networks with no subnets

2014-06-12 Thread Thierry Carrez
** 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/1313997 Title: NSX: fix migration of networks with no subnets Status i

[Yahoo-eng-team] [Bug 1309144] Re: TypeError while building routers

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1309144 Title: Ty

[Yahoo-eng-team] [Bug 1319651] Re: Missing secret property for 'connection' option

2014-06-12 Thread Thierry Carrez
** 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/1319651 Title: Missing secret property for 'connection' option Status

[Yahoo-eng-team] [Bug 1309286] Re: OFAgent: Apply the OVS's patch "Fixing lost vlan ids on interfaces"

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1309286 Title: OF

[Yahoo-eng-team] [Bug 1320278] Re: NSX: Fetch gateway device id mappings more efficiently

2014-06-12 Thread Thierry Carrez
** 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/1320278 Title: NSX: Fetch gateway device id mappings more efficiently

[Yahoo-eng-team] [Bug 1305957] Re: LBaaS extension doesn't register it's resources to quota engine

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1305957 Title: LB

[Yahoo-eng-team] [Bug 1307788] Re: IPv6 mode should not be specified in API when ip version is 4

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1307788 Title: IP

[Yahoo-eng-team] [Bug 1320111] Re: In lb-healthmonitor-create, 'delay ' should be greater than 'timeout'

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1320111 Title: In

[Yahoo-eng-team] [Bug 1304326] Re: neutron-db-manage offline mode requires connection URL

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1304326 Title: ne

[Yahoo-eng-team] [Bug 1315507] Re: Attempts to lock pid files should be non-blocking

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1315507 Title: At

[Yahoo-eng-team] [Bug 1262885] Re: haproxy-lbaas-agent goes out of sync with db after being down

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1262885 Title: ha

[Yahoo-eng-team] [Bug 1312822] Re: NSX: fix API mappings

2014-06-12 Thread Thierry Carrez
** 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/1312822 Title: NSX: fix API mappings Status in OpenStack Neutron (virt

[Yahoo-eng-team] [Bug 1303890] Re: Uncaught qpid error can break a consumer

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 ** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Mil

[Yahoo-eng-team] [Bug 1299156] Re: Hyper-V agent does not disable security group rules

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1299156 Title: Hy

[Yahoo-eng-team] [Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

2014-06-12 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1306559 Title: Fix pyth

[Yahoo-eng-team] [Bug 1312402] Re: Setting gateway in L3 should use "replace default via ..." instead of add.

2014-06-12 Thread Thierry Carrez
** 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/1312402 Title: Setting gateway in L3 should use "replace default via ..

[Yahoo-eng-team] [Bug 1309694] Re: neutron does not have a nova_ca_certificates_file conf option

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1309694 Title: ne

[Yahoo-eng-team] [Bug 1317935] Re: Neutron does not follow the RFC 3442 spec for DHCP

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1317935 Title: Ne

[Yahoo-eng-team] [Bug 1316795] Re: NSX: external networks should not have an associated LSN node

2014-06-12 Thread Thierry Carrez
** 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/1316795 Title: NSX: external networks should not have an associated LSN

[Yahoo-eng-team] [Bug 1322076] Re: fwaas plugin doesn't need to handle delete firewall rule operation

2014-06-12 Thread Thierry Carrez
** 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/1322076 Title: fwaas plugin doesn't need to handle delete firewall rul

[Yahoo-eng-team] [Bug 1307295] Re: duplicate entry exception for vxlan-allocation

2014-06-12 Thread Thierry Carrez
** 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/1307295 Title: duplicate entry exception for vxlan-allocation Status i

[Yahoo-eng-team] [Bug 1315430] Re: dhcp_lease_duration of 'infinite' is not configurable

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1315430 Title: dh

[Yahoo-eng-team] [Bug 1259144] Re: bigswitch: no need to duplicate check on network_delete

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1259144 Title: bi

[Yahoo-eng-team] [Bug 1321864] Re: allowed address pairs - unnecessary and incomplete overlap check

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1321864 Title: al

[Yahoo-eng-team] [Bug 1280033] Re: Remove dependent module py3kcompat

2014-06-12 Thread Thierry Carrez
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/128003

[Yahoo-eng-team] [Bug 1318498] Re: Neutron db migration failed due to "reorg pending" if engine is DB2.

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1318498 Title: Ne

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

2014-06-12 Thread Thierry Carrez
** 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/1317094 Title: neutron requires list amqplib dependency Status in Open

[Yahoo-eng-team] [Bug 1323344] Re: Neutron has a few misspelled words

2014-06-12 Thread Thierry Carrez
** 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/1323344 Title: Neutron has a few misspelled words Status in OpenStack

[Yahoo-eng-team] [Bug 1300788] Re: VMware: exceptions when SOAP reply message has no body

2014-06-12 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- 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/1300788

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2014-06-12 Thread Thierry Carrez
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpa

[Yahoo-eng-team] [Bug 1314129] Re: jsonutils should use simplejson on python 2.6 if available

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1318909] Re: NVSD neutron plugin agent does not update security groups on new port creation.

2014-06-12 Thread Thierry Carrez
** 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/1318909 Title: NVSD neutron plugin agent does not update security group

[Yahoo-eng-team] [Bug 1288846] Re: Common context module missed in Glance

2014-06-12 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1288846 Title: Common co

[Yahoo-eng-team] [Bug 1287292] Re: VMware: vim.get_soap_url improper IPv6 address

2014-06-12 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- 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/1287292

[Yahoo-eng-team] [Bug 1319423] Re: NSX: l2 gw extension unnecessarily extends fault map

2014-06-12 Thread Thierry Carrez
** 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/1319423 Title: NSX: l2 gw extension unnecessarily extends fault map St

[Yahoo-eng-team] [Bug 1315809] Re: Updation of IKE Policy after the site creation fails

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1315809 Title: Up

[Yahoo-eng-team] [Bug 1316515] Re: DHCPv6 Solicit should be allowed like IPv4

2014-06-12 Thread Thierry Carrez
** 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/1316515 Title: DHCPv6 Solicit should be allowed like IPv4 Status in Op

[Yahoo-eng-team] [Bug 1315475] Re: OpenDaylight plugin does not allow vlan network type

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1315475 Title: Op

[Yahoo-eng-team] [Bug 1319232] Re: Periodic tasks run too frequently

2014-06-12 Thread Thierry Carrez
** Changed in: oslo 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/1319232 Title: Periodic tasks run too frequently Status in Cinder: In P

[Yahoo-eng-team] [Bug 1316486] Re: Package is imported instead of module in neutron/tests/unit/services/loadbalancer/drivers/netscaler/test_netscaler_driver.py

2014-06-12 Thread Thierry Carrez
** 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/1316486 Title: Package is imported instead of module in neutron/test

[Yahoo-eng-team] [Bug 1315137] Re: plumgrid drivers should be dynamically loaded

2014-06-12 Thread Thierry Carrez
** 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/1315137 Title: plumgrid drivers should be dynamically loaded Status in

[Yahoo-eng-team] [Bug 1307560] Re: Switch to newer naming in oslo loopingcall

2014-06-12 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1307560 Title: Switch t

[Yahoo-eng-team] [Bug 1317794] Re: Complete translations are too big

2014-06-12 Thread Thierry Carrez
** 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/1317794 Title: Complete translations are too big Status in OpenStack T

[Yahoo-eng-team] [Bug 1244860] Re: Two DHCP ports on same network due to cleanup failure

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1244860 Title: Tw

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 ** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 ** Changed in: oslo.messaging Status: Fix Committed

[Yahoo-eng-team] [Bug 1316334] Re: Duplicate module-rgx line in .pylintrc

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1316334 Title: Du

[Yahoo-eng-team] [Bug 1213660] Re: nova-consoleauth memcached

2014-06-12 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => juno-1 -- 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/1213660

[Yahoo-eng-team] [Bug 1238439] Re: admin can not delete External Network because floatingip

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1238439 Title: ad

[Yahoo-eng-team] [Bug 1304723] Re: Misplaced log statement in NSX plugin

2014-06-12 Thread Thierry Carrez
** 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/1304723 Title: Misplaced log statement in NSX plugin Status in OpenSta

[Yahoo-eng-team] [Bug 1293587] Re: https support for nova metadata requests

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1293587 Title: ht

[Yahoo-eng-team] [Bug 1303830] Re: Cisco VPN device driver support ipsec site conn udpates

2014-06-12 Thread Thierry Carrez
** 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/1303830 Title: Cisco VPN device driver support ipsec site conn udpates

[Yahoo-eng-team] [Bug 1288681] Re: Migration with alter_column function reset nullable parameter for columns

2014-06-12 Thread Thierry Carrez
** 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/1288681 Title: Migration with alter_column function reset nullable para

[Yahoo-eng-team] [Bug 1299159] Re: Hyper-V agent cannot add ICMP security group rules

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1299159 Title: Hy

[Yahoo-eng-team] [Bug 1303312] Re: SSL mode with combined cert/keys not supported

2014-06-12 Thread Thierry Carrez
** 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/1303312 Title: SSL mode with combined cert/keys not supported Status i

[Yahoo-eng-team] [Bug 1268423] Re: multiple api_wokers cannot connect to pgsql

2014-06-12 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1268423 Title: mu

  1   2   3   >