[Yahoo-eng-team] [Bug 1528349] [NEW] Nova and Glance contain a near-identical signature_utils module

2015-12-21 Thread Mark McLoughlin
Public bug reported: It appears that https://review.openstack.org/256069 took the signature_utils modules from Glance and modified it in fairly superficial ways based on review feedback: $ diff -u nova/nova/signature_utils.py glance/glance/common/signature_utils.py | diffstat

[Yahoo-eng-team] [Bug 1528393] [NEW] signature_utils tests fail on Fedora/RHEL/CentOS because not all ECC curves are available

2015-12-21 Thread Mark McLoughlin
_Reasons.UNSUPPORTED_ELLIPTIC_CURVE cryptography.exceptions.UnsupportedAlgorithm: This backend does not support this elliptic curve. ** Affects: nova Importance: Undecided Assignee: Mark McLoughlin (markmc) Status: In Progress -- You received this bug notification because you are a member of Yaho

[Yahoo-eng-team] [Bug 1339882] [NEW] OperationalError 'Unknown error occurred' during tempest EC2 tests

2014-07-09 Thread Mark McLoughlin
Public bug reported: e.g. http://logs.openstack.org/71/105671/1/gate/gate-tempest-dsvm- postgres-full/e38bc0c/console.html 2014-07-09 18:53:15.055 | tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_volume_from_snapshot 2014-07-09 18:53:15.055 |

[Yahoo-eng-team] [Bug 1339882] Re: OperationalError 'Unknown error occurred' during tempest EC2 tests

2014-07-09 Thread Mark McLoughlin
*** This bug is a duplicate of bug 1338841 *** https://bugs.launchpad.net/bugs/1338841 Looks like a dup of bug #1338841 ** This bug has been marked a duplicate of bug 1338841 asynchronous connection failed in postgresql jobs -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1284684] Re: local_ip should be validated when ovs-agent starts

2014-06-16 Thread Mark McLoughlin
** Also affects: oslo Importance: Undecided Status: New ** Changed in: oslo Status: New = Triaged ** Changed in: oslo Importance: Undecided = Wishlist ** Changed in: oslo Assignee: (unassigned) = Jakub Libosvar (libosvar) ** Changed in: oslo Status: Triaged = In

[Yahoo-eng-team] [Bug 1279973] Re: Help text for deprecated cli option has _ rather than -

2014-06-14 Thread Mark McLoughlin
Not a bug in keystone; once it's fixed in oslo.config, we're done ... so no need to track it in keystone ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1327218] [NEW] Volume detach failure because of invalid bdm.connection_info

2014-06-06 Thread Mark McLoughlin
Public bug reported: Example of this here: http://logs.openstack.org/33/97233/1/check/check-grenade- dsvm/f7b8a11/logs/old/screen-n-cpu.txt.gz?level=TRACE#_2014-06-02_14_13_51_125    File /opt/stack/old/nova/nova/compute/manager.py, line 4153, in _detach_volume  connection_info =

[Yahoo-eng-team] [Bug 1279739] Re: nova.cmd.rpc_zmq_receiver:main is missing

2014-03-28 Thread Mark McLoughlin
Adding devstack since that's what needs to be updated ** Changed in: nova Importance: Undecided = Low ** Changed in: oslo.messaging Status: Confirmed = Invalid ** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack Status: New = Confirmed

[Yahoo-eng-team] [Bug 1290772] Re: MatchMakerRedis doesn't work [zeromq]

2014-03-28 Thread Mark McLoughlin
This should probably be an oslo.messaging bug report only now I don't really have any insight as to whether there's a real bug here, but it sounds plausible so marking Confirmed ** Changed in: nova Status: New = Invalid ** Tags removed: conductor console ** Tags added: zmq ** Changed

[Yahoo-eng-team] [Bug 1287542] Re: Error importing module nova.openstack.common.sslutils: duplicate option: ca_file

2014-03-04 Thread Mark McLoughlin
** Changed in: oslo.messaging Assignee: (unassigned) = Mark McLoughlin (markmc) ** Also affects: climate Importance: Undecided Status: New ** Changed in: climate Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1281095] [NEW] Keystone fails to start in devtest check run - Address already in use

2014-02-17 Thread Mark McLoughlin
Public bug reported: See http://logs.openstack.org/83/73583/2/check/check-tempest-dsvm- full/4009b24/logs/screen-key.txt.gz 2014-02-17 11:07:32.608 22842 ERROR root [-] Failed to start the admin server 2014-02-17 11:07:32.608 22842 TRACE root Traceback (most recent call last): 2014-02-17

[Yahoo-eng-team] [Bug 1277168] Re: having oslo.sphinx in namespace package causes issues with devstack

2014-02-14 Thread Mark McLoughlin
Uggh, digging up the details behind this was pretty terrible ... There is clearly some underlying issue we're papering over here ... but nowhere do I see any analysis of that underlying issue recorded for posterity For example, in https://review.openstack.org/71589 Having the sphinx theme in

[Yahoo-eng-team] [Bug 1279216] [NEW] No longer any need to pass admin context to aggregate DB API methods

2014-02-11 Thread Mark McLoughlin
Public bug reported: Since https://review.openstack.org/67026 the aggregate DB APIs no longer require admin context One implication of that is that methods like get_host_availability_zone() and get_availability_zones() no longer need to require an admin context and their callers, e.g. def

[Yahoo-eng-team] [Bug 1275967] Re: duplicate rpc_backend registration

2014-02-10 Thread Mark McLoughlin
AFAICT the real issue here is that devstack doesn't clean up stale .pyc files ** Also affects: devstack Importance: Undecided Status: New ** Summary changed: - duplicate rpc_backend registration + devstack leaves stale .pyc files around -- You received this bug notification because

[Yahoo-eng-team] [Bug 1275967] Re: devstack leaves stale .pyc files around

2014-02-10 Thread Mark McLoughlin
** Changed in: nova Status: In Progress = 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/1275967 Title: devstack leaves stale .pyc files around Status

[Yahoo-eng-team] [Bug 1278736] [NEW] Strings passed to InvalidAggregateAction should be translated

2014-02-10 Thread Mark McLoughlin
Public bug reported: InvalidAggregateAction .looks like: class InvalidAggregateAction(Invalid): msg_fmt = _(Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason: %(reason)s.) The values for action are: delete add_host_to_aggregate update

[Yahoo-eng-team] [Bug 1277494] [NEW] Stuck in vm_state SHUTOFF and task_state rebuild_spawning - stuck in to_xml() ?

2014-02-07 Thread Mark McLoughlin
Public bug reported: See http://logs.openstack.org/32/71532/1/gate/gate-tempest-dsvm- full/a90b312/ The first test to fail is test_rebuild_server_in_stop_state. Sequence of events is: 1. rebuild with new image id 2. wait to transition to SHUTOFF/None 3. Test is done, run cleanup

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

2014-02-06 Thread Mark McLoughlin
Julien figured out this was a bug in Nova We still want to make it easier in oslo.messaging to catch this issue, though ** Changed in: oslo.messaging Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1261253] Re: oslo.messaging 1.2.0a11 is outdated and problematic to install

2014-02-04 Thread Mark McLoughlin
1.3.0a6 is available on PyPI now, no-one should have to use 1.2.0a11 ** Changed in: oslo.messaging Status: New = Fix Released ** Changed in: glance Status: Triaged = Fix Committed ** Changed in: climate Status: Triaged = Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2013-12-11 Thread Mark McLoughlin
** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo.messaging Importance: Undecided = High ** Changed in: oslo.messaging Status: New = Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1198809] Re: fake rpc driver should raise timeout exception if no consumers registered

2013-11-29 Thread Mark McLoughlin
oslo-incubator fix is https://review.openstack.org/42739 ** Changed in: oslo Status: Triaged = Fix Released ** Changed in: nova Status: Triaged = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1239925] Re: nova and cinder don't use oslo-incubator's context

2013-10-29 Thread Mark McLoughlin
openstack.common.context is marked as Obsolete in oslo- incubator/MAINTAINERS because we've been trying to avoid using this in oslo-incubator at all Indeed, when we switch to the oslo.messaging.Notifier API, we can probably just remove it from oslo-incubator altogether The idea of a common

[Yahoo-eng-team] [Bug 1204204] Re: ./tools/config/generate_sample.sh requires a -b parameter

2013-09-26 Thread Mark McLoughlin
** Changed in: nova Importance: Undecided = Medium ** Changed in: nova Status: Fix Released = In Progress ** Changed in: nova Milestone: havana-3 = None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1230416] Re: glance-control fails with oslo.config 1.2

2013-09-26 Thread Mark McLoughlin
Fix included in 1.2.1 https://pypi.python.org/pypi/oslo.config/1.2.1 ** Changed in: oslo Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1230416

[Yahoo-eng-team] [Bug 1230416] Re: glance-control fails with oslo.config 1.2

2013-09-25 Thread Mark McLoughlin
** Also affects: oslo Importance: Undecided Status: New ** Changed in: oslo Status: New = In Progress ** Changed in: oslo Importance: Undecided = Critical ** Changed in: oslo Assignee: (unassigned) = Mark McLoughlin (markmc) ** Changed in: glance Status: New

[Yahoo-eng-team] [Bug 1207541] Re: dhcp-agent, l3-agent, neutron-debug command can't run

2013-08-01 Thread Mark McLoughlin
There wasn't really a neutron bug here - e.g. we don't even need to change the version neutron requires because this regression hadn't been included in an oslo.config release. ** Changed in: oslo Status: In Progress = Fix Committed ** Changed in: neutron Status: In Progress =

[Yahoo-eng-team] [Bug 1196084] Re: Nexus_Switch config parsing incompatible with newer oslo.config versions

2013-07-02 Thread Mark McLoughlin
I think it's pretty clear Quantum should never have used this internal API, so marking as Invalid in oslo ** Changed in: oslo Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1189889] Re: Use oslo.config 1.2.0a2

2013-06-11 Thread Mark McLoughlin
0.5.15 has been tagged with the fixes required for quantumclient and ceilometer ** Changed in: pbr Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum.

[Yahoo-eng-team] [Bug 1176164] Re: Tempest fails due to KeyError from fuzzy translations

2013-05-22 Thread Mark McLoughlin
Ah, the question was answered above: We are compiling nova.mo's using babel with the --use-fuzzy option so it was compiling these fuzzy translations. Our workaround is to not compile the fuzzy translations. I think it's a case of just don't compile with --use-fuzzy The question of whether

[Yahoo-eng-team] [Bug 1175808] Re: Qpid cannot serialize objects containing strings longer than 65535 characters

2013-05-13 Thread Mark McLoughlin
The code is in oslo-incubator but does need to be synced across to Nova, so think we should keep a Nova task open ** Tags added: grizzly-backport-potential ** Changed in: oslo Importance: Undecided = Critical ** Changed in: nova Status: Invalid = Triaged ** Changed in: nova

[Yahoo-eng-team] [Bug 1082805] Re: transifex-ify all current OpenStack projects

2013-05-08 Thread Mark McLoughlin
** Changed in: glance 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/bugs/1082805 Title: transifex-ify all current OpenStack

[Yahoo-eng-team] [Bug 948784] Re: multi scheduler doesn't proxy live_migration

2013-04-22 Thread Mark McLoughlin
Multi is removed now https://review.openstack.org/26625 ** Changed in: nova Status: Confirmed = 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/948784

[Yahoo-eng-team] [Bug 1166076] Re: Folsom NEC plugin: Cannot create a tenant on some version of OpenFlow controller

2013-04-09 Thread Mark McLoughlin
** Also affects: quantum/folsom Importance: Undecided Status: New ** Changed in: quantum Status: Triaged = Fix Released ** Changed in: quantum Assignee: (unassigned) = Akihiro Motoki (amotoki) ** Changed in: quantum/folsom Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1166077] Re: Folsom NEC plugin fails to create a network/port on some version of PFC due to too long string

2013-04-09 Thread Mark McLoughlin
** Tags removed: folsom-backport-potential ** Also affects: quantum/folsom Importance: Undecided Status: New ** Changed in: quantum/folsom Status: New = In Progress ** Changed in: quantum Status: In Progress = Fix Released ** Changed in: quantum Assignee:

[Yahoo-eng-team] [Bug 1150299] Re: Temporary network outage results in connection refused and invalid token

2013-04-09 Thread Mark McLoughlin
** Tags removed: in-stable-folsom ** Changed in: keystone Status: In Progress = Invalid ** Also affects: keystone/folsom Importance: Undecided Status: New ** Changed in: keystone/folsom Status: New = Fix Committed ** Changed in: keystone/folsom Importance: Undecided

[Yahoo-eng-team] [Bug 1073999] Re: Quantum service does not restart after reboot

2013-04-05 Thread Mark McLoughlin
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Status: New = Incomplete ** Also affects: cinder/folsom Importance: Undecided Status: New ** Changed in: cinder Status: Incomplete = Invalid ** Changed in: cinder/folsom

[Yahoo-eng-team] [Bug 1159957] Re: nova-manage --version writes to stderr instead of stdout

2013-03-26 Thread Mark McLoughlin
I think it's expected behaviour and there's no explanation here as to why it's a problem nova-manage --version and nova manage version are different things ** Changed in: oslo Status: New = Invalid ** Changed in: nova Status: Triaged = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1143998] Re: nova-api crash - keystone.middleware.auth_token broken

2013-03-06 Thread Mark McLoughlin
Dolph - there's still a keystone.middleware.auth_token module in there for compatibility. I suspect it's broken because keystone.config registers CLI options Either needs to be removed or fixed, I guess ** Changed in: keystone Status: Invalid = Confirmed -- You received this bug

[Yahoo-eng-team] [Bug 1143998] Re: nova-api crash - grizzly/raring

2013-03-05 Thread Mark McLoughlin
This: [filter:authtoken] paste.filter_factory = keystone.middleware.auth_token:filter_factory is the issue, it should be this: [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory the auth_token middleware in keystone should probably be deleted

[Yahoo-eng-team] [Bug 1092762] Re: Rapidly removing a floating ip can leave behind nat rules

2013-01-31 Thread Mark McLoughlin
** Changed in: nova/folsom Status: Fix Committed = 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/1092762 Title: Rapidly removing a floating ip can

[Yahoo-eng-team] [Bug 1062049] Re: Folsom - Absolute limit parameters totalKeyPairsUsed and totalSecurityGroupsUsed values area not incremented when keypair and security group created

2013-01-31 Thread Mark McLoughlin
** Changed in: nova/folsom Status: Fix Committed = 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/1062049 Title: Folsom - Absolute limit parameters

[Yahoo-eng-team] [Bug 1013350] Re: Include error message in instance faults

2013-01-31 Thread Mark McLoughlin
** Changed in: nova/folsom Status: Fix Committed = 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/1013350 Title: Include error message in instance

[Yahoo-eng-team] [Bug 1093637] Re: Printing a list of networks terminates with exception

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1093637 Title: Printing a list of networks terminates with

[Yahoo-eng-team] [Bug 1092584] Re: Supplied image size should be verified against actual size

2013-01-31 Thread Mark McLoughlin
** Changed in: glance/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1092584 Title: Supplied image size should be verified against

[Yahoo-eng-team] [Bug 1091946] Re: ipallocationpools remains after subnet deletion

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1091946 Title: ipallocationpools remains after subnet deletion

[Yahoo-eng-team] [Bug 1091294] Re: silent failure when loading the paste deploy app

2013-01-31 Thread Mark McLoughlin
** Changed in: glance/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1091294 Title: silent failure when loading the paste deploy app

[Yahoo-eng-team] [Bug 1089987] Re: Non-API specific 404 exposes traceback

2013-01-31 Thread Mark McLoughlin
** Changed in: keystone/folsom Status: Fix Committed = 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/1089987 Title: Non-API specific 404 exposes traceback Status

[Yahoo-eng-team] [Bug 1087405] Re: serviceCatalog is dict in the case of no endpoints

2013-01-31 Thread Mark McLoughlin
** Changed in: keystone/folsom Status: Fix Committed = 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/1087405 Title: serviceCatalog is dict in the case of no

[Yahoo-eng-team] [Bug 1081875] Re: The css class td.actions_column's width is not enough

2013-01-31 Thread Mark McLoughlin
** Changed in: horizon/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1081875 Title: The css class

[Yahoo-eng-team] [Bug 1067206] Re: Server error pages are broken

2013-01-31 Thread Mark McLoughlin
** Changed in: horizon/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1067206 Title: Server error pages are

[Yahoo-eng-team] [Bug 1061736] Re: SQL backend fails if not all URL are defined in an endpoint

2013-01-31 Thread Mark McLoughlin
** Changed in: keystone/folsom Status: Fix Committed = 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/1061736 Title: SQL backend fails if not all URL are defined in

[Yahoo-eng-team] [Bug 1058494] Re: Unparseable endpoint URL's should raise a user friendly error

2013-01-31 Thread Mark McLoughlin
** Changed in: keystone/folsom Status: Fix Committed = 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/1058494 Title: Unparseable endpoint URL's should raise a user

[Yahoo-eng-team] [Bug 1055929] Re: Can not display usage data for Quota Summary

2013-01-31 Thread Mark McLoughlin
** Changed in: horizon/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1055929 Title: Can not display usage data

[Yahoo-eng-team] [Bug 1045179] Re: glance caching fails with webob 1.2.0

2013-01-31 Thread Mark McLoughlin
** Changed in: glance/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1045179 Title: glance caching fails with webob 1.2.0 Status in

[Yahoo-eng-team] [Bug 1105193] Re: OVS cleanup utility does not use the correct root_helper

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1105193 Title: OVS cleanup utility does not use the correct

[Yahoo-eng-team] [Bug 1097451] Re: quantum-plugin-nicira miss a dependency

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1097451 Title: quantum-plugin-nicira miss a dependency Status

[Yahoo-eng-team] [Bug 1096532] Re: Gateway validation on subnet

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1096532 Title: Gateway validation on subnet Status in OpenStack

[Yahoo-eng-team] [Bug 1094183] Re: quantum-dhcp-agent should pass --conf-file with no argument to dnsmasq when no configure file specified instead not pass --conf-file at all

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1094183 Title: quantum-dhcp-agent should pass --conf-file with

[Yahoo-eng-team] [Bug 1093754] Re: Invalid output when deleting a subnet with a port attached

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1093754 Title: Invalid output when deleting a subnet with a port

[Yahoo-eng-team] [Bug 1091664] Re: the local vairable physical_network should be alloc.physical_network

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1091664 Title: the local vairable physical_network should be

[Yahoo-eng-team] [Bug 1091605] Re: Internal interfaces defined via OVS are not brought up properly after a reboot

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1091605 Title: Internal interfaces defined via OVS are not

[Yahoo-eng-team] [Bug 1089773] Re: quantum server does not honor default_notification_level

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1089773 Title: quantum server does not honor

[Yahoo-eng-team] [Bug 1081325] Re: no check prevents deletion of router interface needed by a floating ip

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1081325 Title: no check prevents deletion of router interface

[Yahoo-eng-team] [Bug 1080638] Re: delete router fails with internal sever error when floatingip association remains

2013-01-31 Thread Mark McLoughlin
** Changed in: quantum/folsom Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1080638 Title: delete router fails with internal sever error