[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
rivate_key _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

[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 signature_util

[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 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 1330364] Re: Duplicate Qpid connection is created during Connection initialization

2014-06-20 Thread Mark McLoughlin
Fixed in oslo.messaging by I7618cf3506d857579dc37b338690d05179ba272d oslo-incubator patch https://review.openstack.org/#/c/100177/ Note - this isn't nearly as bad as the report makes it sound. We simple creating duplicate connection objects, but don't actually set up and tear down extra sockets w

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

2014-06-15 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 =>

[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. https://bugs.

[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 = jsonutil

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

2014-03-31 Thread Mark McLoughlin
Marking as Invalid for Nova because any fix would be in oslo.messaging ** Changed in: nova Status: Triaged => 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

[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 in

[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 => Confirm

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

2014-03-04 Thread Mark McLoughlin
t; Critical ** 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!

[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 11:07

[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 _d

[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 agg

[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 i

[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 y

[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 operations

[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 subscri

[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 bec

[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 1251538] Re: create/update of v3 servers return 422 when input is invalid

2013-12-05 Thread Mark McLoughlin
Review is here: https://review.openstack.org/56532 ** Changed in: nova Status: Opinion => In Progress ** Changed in: nova Importance: Undecided => Low ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) -- You received this bug notification because you are a member of Y

[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 OpenSt

[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 Reques

[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 1204204] Re: ./tools/config/generate_sample.sh requires a -b parameter

2013-09-25 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 C

[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 St

[Yahoo-eng-team] [Bug 1213251] Re: multinic is incompatible with instance DNS manager

2013-08-25 Thread Mark McLoughlin
nova Assignee: Mark McLoughlin (markmc) => (unassigned) -- 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/1213251 Title: multinic is incompatible with instance

[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 => Inva

[Yahoo-eng-team] [Bug 1194807] Re: too old oslo.config: AttributeError: 'module' object has no attribute 'DeprecatedOpt'

2013-07-02 Thread Mark McLoughlin
signee: (unassigned) => Mark McLoughlin (markmc) ** Changed in: oslo Status: New => Invalid ** Changed in: oslo Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bug

[Yahoo-eng-team] [Bug 1194807] Re: too old oslo.config: AttributeError: 'module' object has no attribute 'DeprecatedOpt'

2013-07-02 Thread Mark McLoughlin
Adding back the neutron task - if you do 'pip install -r quantum/requirements.txt' then you end up with the 1.1.1 version of the code installed ** Changed in: neutron Importance: Undecided => Critical ** Changed in: neutron Assignee: (unassigned) => Mark McLoughlin (mar

[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. https://bugs.laun

[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. https://bugs.launchpad.net/bu

[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 Impor

[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 projec

[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 Ti

[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 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: (unassig

[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 1166075] Re: Network cannot be created in NEC plugin when OFC network ID is unique inside a tenant

2013-04-09 Thread Mark McLoughlin
*** This bug is a duplicate of bug 1127664 *** https://bugs.launchpad.net/bugs/1127664 ** Tags removed: folsom-backport-potential ** This bug has been marked a duplicate of bug 1127664 Network cannot be created in NEC plugin when OFC network ID is unique inside a tenant -- You received

[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 St

[Yahoo-eng-team] [Bug 1158319] Re: generate_authors() does not include Co-authored-by

2013-04-02 Thread Mark McLoughlin
The fix wasn't complete, so this still isn't fixed in nova rc2: https://github.com/openstack/oslo-incubator/commit/47e9e98d6 ** Tags removed: in-stable-grizzly ** Changed in: nova Status: Fix Released => Triaged ** Changed in: nova Milestone: grizzly-rc2 => None ** Tags added: grizzl

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

2013-03-27 Thread Mark McLoughlin
Seems to be working just fine for Nova https://jenkins.openstack.org//job/nova-propose-translation- update/lastBuild/consoleText + git commit -F- [detached HEAD f90f84d] Imported Translations from Transifex 1 file changed, 186 insertions(+), 185 deletions(-) + git review -t transifex/tra

[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 notificat

[Yahoo-eng-team] [Bug 1138844] Re: nova-manage --version doesn't return anything

2013-03-12 Thread Mark McLoughlin
I proposed a simple patch to Nova that seems to work fine dims: not sure why you wanted to use version_string_with_package() rather than simply version_string() ? ** Changed in: oslo Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Eng

[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 notific

[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 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 whe

[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 ne

[Yahoo-eng-team] [Bug 1081877] Re: Update router gateway successful with existed floatingip association

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/1081877 Title: Update router gateway successful with existed flo

[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 default_notificatio

[Yahoo-eng-team] [Bug 1090072] Re: dhcp.filters needs ovs_vsctl permission

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/1090072 Title: dhcp.filters needs ovs_vsctl permission Status i

[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 broug

[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 all

[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 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 n

[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 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 i

[Yahoo-eng-team] [Bug 1099065] Re: Linuxbridge plugin: when admin status is set to False, port status is still ACTIVE

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/1099065 Title: Linuxbridge plugin: when admin status is set to F

[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 root

[Yahoo-eng-team] [Bug 925609] Re: install throws errors about SADeprecationWarning

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/925609 Title: install throws errors about SADeprecationWarning St

[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 Op

[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 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 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 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 brok

[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 td.actions_co

[Yahoo-eng-team] [Bug 1082489] Re: Unable to set unlimited quotas in Horizon

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/1082489 Title: Unable to set unlimited quo

[Yahoo-eng-team] [Bug 1083990] Re: Quantum-l3-agent leaves multiple NAT rules for same 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/1083990 Title: Quantum-l3-agent leaves multiple NAT rules for sa

[Yahoo-eng-team] [Bug 1084137] Re: login not possible if not service "volume" defined on keystone

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/1084137 Title: login not possible if not s

[Yahoo-eng-team] [Bug 1084621] Re: DHCP agent does not listen on a unique queue

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/1084621 Title: DHCP agent does not listen on a unique queue Sta

[Yahoo-eng-team] [Bug 1084976] Re: Quota tally not handling unlimited values correctly

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/1084976 Title: Quota tally not handling un

[Yahoo-eng-team] [Bug 1087243] Re: tenant cannot set his router's gateway port on an external network owned by other tenant

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/1087243 Title: tenant cannot set his router's gateway port on an

[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 endpoi

[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 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 S

[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 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 actu

[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 excep

[Yahoo-eng-team] [Bug 1098962] Re: glance image-download can display backend Swift password

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/1098962 Title: glance image-download can display backend Swift pas

[Yahoo-eng-team] [Bug 1102411] Re: EC2 panel shouldn't be visible when the EC2 service isn't enabled

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/1102411 Title: EC2 panel shouldn't be visi

[Yahoo-eng-team] [Bug 1109001] Re: Quantum port update invokes invalid method

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/1109001 Title: Quantum port update invokes invalid method Statu

[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 f

[Yahoo-eng-team] [Bug 1027788] Re: os-hosts extension's show method cannot find host which has '.' in host-name (or host name is dotted quad)

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/1027788 Title: os-hosts extension's show method ca

[Yahoo-eng-team] [Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

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/1029430 Title: KVM guests networking issues with n

[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 1069904] Re: No authentication on block device used for os-volume_boot

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/1069904 Title: No authentication on block device u

[Yahoo-eng-team] [Bug 1070088] Re: Qemu-img does not handle snapshot list

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/1070088 Title: Qemu-img does not handle snapshot l

[Yahoo-eng-team] [Bug 1083353] Re: nova aggregate-create returns unclear error to user

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/1083353 Title: nova aggregate-create returns uncle

[Yahoo-eng-team] [Bug 1083784] Re: plug_vifs() not called for each instance when nova compute is started

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/1083784 Title: plug_vifs() not called for each ins

[Yahoo-eng-team] [Bug 1087252] Re: No handler for NFS volume

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/1087252 Title: No handler for NFS volume Status i

[Yahoo-eng-team] [Bug 1092418] Re: resource tracker reporting strange values in AUDIT logs

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/1092418 Title: resource tracker reporting strange

[Yahoo-eng-team] [Bug 1092761] Re: concurrent disassociate floating ip calls leads to 500 error

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/1092761 Title: concurrent disassociate floating ip

[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 1094897] Re: Unable to assign a specific IP address to a Quantum port

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/1094897 Title: Unable to assign a specific IP addr

[Yahoo-eng-team] [Bug 1099527] Re: Libvirt driver misses out some CPU flags on old libvirt

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/1099527 Title: Libvirt driver misses out some CPU

[Yahoo-eng-team] [Bug 1100430] Re: init host crashes if instance cannot be resumed

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/1100430 Title: init host crashes if instance canno

[Yahoo-eng-team] [Bug 1109001] Re: Quantum port update invokes invalid method

2013-01-31 Thread Mark McLoughlin
** Also affects: quantum/folsom Importance: Undecided Status: New ** Changed in: quantum/folsom Status: New => Fix Committed ** Changed in: quantum/folsom Importance: Undecided => Critical ** Changed in: quantum/folsom Assignee: (unassigned) => Gary Kotton (garyk) ** Ch

  1   2   >