[Yahoo-eng-team] [Bug 1521756] [NEW] race/python3 issue

2015-12-01 Thread Robert Collins
Public bug reported: Victor asked for me to have a look at an intermittent failure he was seeing in https://review.openstack.org/#/c/250083/ it shows up like so: Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1494330] Re: envionment markers with comments error in pbr

2015-09-10 Thread Robert Collins
*** This bug is a duplicate of bug 1487835 *** https://bugs.launchpad.net/bugs/1487835 I've reproduced with pbr 1.7.0 keystone$ pip list docopt (0.6.2) extras (0.0.3) formasaurus (0.2) linecache2 (1.0.0) pbr (1.7.0) pip (7.1.2) python-mimeparse (0.1.4) setuptools (18.3.1) six (1.9.0)

[Yahoo-eng-team] [Bug 1468976] Re: requirements file require higher pbr version

2015-07-01 Thread Robert Collins
*** This bug is a duplicate of bug 1468808 *** https://bugs.launchpad.net/bugs/1468808 ** This bug is no longer a duplicate of bug 1468339 pip install requirements error with python_version=='2.7' ** This bug has been marked a duplicate of bug 1468808 stack.sh downgrades pbr -- You

[Yahoo-eng-team] [Bug 1260495] Re: Setting autodoc_tree_index_modules makes documentation builds fail

2015-05-05 Thread Robert Collins
** 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 Keystone. https://bugs.launchpad.net/bugs/1260495 Title: Setting autodoc_tree_index_modules makes documentation

[Yahoo-eng-team] [Bug 1257295] Re: openstack is full of misspelled words

2015-05-05 Thread Robert Collins
** 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 neutron. https://bugs.launchpad.net/bugs/1257295 Title: openstack is full of misspelled words Status in OpenStack

[Yahoo-eng-team] [Bug 1398588] Re: volume_attach action registers volume attachment even on failure

2015-02-15 Thread Robert Collins
Closing (its two weeks later and Patrick hasn't reported reproduction). Please re-open if it is in fact still an issue. ** Changed in: nova Status: Incomplete = Invalid ** Changed in: cinder Status: Incomplete = Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1396854] Re: fail to create an instance with specific ip

2015-02-11 Thread Robert Collins
*** This bug is a duplicate of bug 1408529 *** https://bugs.launchpad.net/bugs/1408529 ** This bug has been marked a duplicate of bug 1408529 nova boot vm with '--nic net-id=, v4-fixed-ip=xxx' failed -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1396854] Re: fail to create an instance with specific ip

2015-02-11 Thread Robert Collins
Fixed in https://review.openstack.org/#/c/149905/ ** Changed in: nova Status: In Progress = Fix Released ** Changed in: nova Status: Fix Released = Fix Committed ** Changed in: nova Milestone: None = kilo-3 -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1394351] Re: deadlock when delete port

2015-02-10 Thread Robert Collins
** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1394351 Title: deadlock when delete port Status in OpenStack Neutron (virtual network service): Confirmed

[Yahoo-eng-team] [Bug 1391816] Re: [pci-passthrough] PCI Clear message should be reported when there are no VFs left for allocation

2015-02-09 Thread Robert Collins
** Changed in: nova Status: Invalid = Triaged ** Summary changed: - [pci-passthrough] PCI Clear message should be reported when there are no VFs left for allocation + [pci-passthrough] nova-scheduler throws a 500 when PCI passthrough is used if the PCI passthrough scheduler has not been

[Yahoo-eng-team] [Bug 1392058] Re: nova fails attempting to enumerate libvirt disk images

2015-02-09 Thread Robert Collins
*** This bug is a duplicate of bug 1322467 *** https://bugs.launchpad.net/bugs/1322467 ** This bug has been marked a duplicate of bug 1322467 Resource could not be updated when deleting instances -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1357578] Re: Unit test: nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITest.test_terminate_sigterm timing out in gate

2014-09-18 Thread Robert Collins
** No longer affects: testrepository -- 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/1357578 Title: Unit test:

[Yahoo-eng-team] [Bug 1361924] Re: python-subunit 0.0.20 failing to install causing gate failure

2014-08-26 Thread Robert Collins
** Also affects: subunit Importance: Undecided Status: New ** Changed in: subunit Status: New = Triaged ** Changed in: subunit Importance: Undecided = Critical ** Changed in: subunit Assignee: (unassigned) = Robert Collins (lifeless) ** Changed in: subunit

[Yahoo-eng-team] [Bug 1355649] [NEW] L3 scheduler additions to support DVR migration fails

2014-08-12 Thread Robert Collins
Public bug reported: I have a running cloud (off of trunk) which I'm upgrading, and is failing to apply neutron migrations: + neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head INFO [alembic.migration] Context impl

[Yahoo-eng-team] [Bug 1353953] Re: guest instance ping timeout on overcloud (Upstream CI failure)

2014-08-07 Thread Robert Collins
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1353953 Title: Race between neutron-server and l3-agent Status in

[Yahoo-eng-team] [Bug 1346494] [NEW] l3 agent gw port missing vlan tag for vlan provider network

2014-07-21 Thread Robert Collins
Public bug reported: Hi, I have a provider network with my floating NAT range on it and a vlan segmentation id: neutron net-show ext-net +---+--+ | Field | Value|

[Yahoo-eng-team] [Bug 1342919] Re: instances rescheduled after building network info do not update the MAC

2014-07-17 Thread Robert Collins
** Changed in: nova Importance: Undecided = High ** Tags added: ironic ** No longer affects: ironic -- 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/1342919 Title:

[Yahoo-eng-team] [Bug 1342919] Re: instances rescheduled after building network info do not update the MAC

2014-07-16 Thread Robert Collins
Looking at the nova code, it only throws it away if the error is except (exception.InstanceNotFound, exception.UnexpectedDeletingTaskStateError): and not on the other code paths. That makes this a nova or nova-ironic- driver-interaction bug: adding a nova task. ** Also

[Yahoo-eng-team] [Bug 1341268] [NEW] mac_address port attribute is read-only

2014-07-13 Thread Robert Collins
Public bug reported: Ironic uses Neutron for IPAM - IP address allocation and DHCP, same as nova with e.g. KVM or Xen. Unlike a virtual machine hypervisor, Ironics real machines sometimes develop hardware faults, and parts need to be replaced - and when that happens the port MAC changes. Having

[Yahoo-eng-team] [Bug 1341420] [NEW] gap between scheduler selection and claim causes spurious failures when the instance is the last one to fit

2014-07-13 Thread Robert Collins
Public bug reported: There is a race between the scheduler in select_destinations, which selects a set of hosts, and the nova compute manager, which claims resources on those hosts when building the instance. The race is particularly noticable with Ironic, where ever request will consume a full

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

2014-07-08 Thread Robert Collins
This is fixed for Ironic but we won't be trying to fix it for nova-bm - thats deprecated. ** Changed in: tripleo Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1338403] [NEW] circular reference detected with exception

2014-07-06 Thread Robert Collins
Public bug reported: 2014-07-07 02:10:08.727 10283 ERROR oslo.messaging.rpc.dispatcher [req-54c68afe-91a8-4a99-86e8-785c0abf7688 ] Exception during message handling: Circular reference detected 2014-07-07 02:10:08.727 10283 TRACE oslo.messaging.rpc.dispatcher Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1338403] Re: circular reference detected with exception

2014-07-06 Thread Robert Collins
I instrumented the error: value is '{\'_context_roles\': [u\'_member_\', u\'admin\'], \'_msg_id\': \'4dfe58bf8be54f9cb26e669bf626d20c\', \'_context_request_id\': u\'req-e559c418-f387-4b2e-b7e2-27d4809e7b4e\', \'_context_service_catalog\': [], \'args\': {\'objver\': \'1.0\',

[Yahoo-eng-team] [Bug 1292105] Re: CI failed pinging overcloud instance

2014-06-19 Thread Robert Collins
** Also affects: neutron Importance: Undecided Status: New ** Summary changed: - CI failed pinging overcloud instance + ovs tunnel state not syncing (failure pinging overcloud instance) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[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

[Yahoo-eng-team] [Bug 1317854] [NEW] nova api error Malformed request URL: URL's project_id '$project_id' doesn't match Context's project_id '$request_token'

2014-05-09 Thread Robert Collins
Public bug reported: Folk in TripleO are seeing nova list fail with an error about Malformed url - but the claimed context.project_id has the same context as the request token novaclient is given by keystone. sample trace at http://paste.ubuntu.com/7420801/ (nova --debug list) (and throwaway

[Yahoo-eng-team] [Bug 1317854] Re: nova api error Malformed request URL: URL's project_id '$project_id' doesn't match Context's project_id '$request_token'

2014-05-09 Thread Robert Collins
** No longer affects: nova -- 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/1317854 Title: nova api error Malformed request URL: URL's project_id '$project_id' doesn't

[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2014-05-08 Thread Robert Collins
Reopening this - once we've configured services to use /mnt, its a fairly fatal error when we nova rebuild the machine (preserving the state partition) but said services start up after cloud init but before our workaround-hack to fix things. E.g. our hack is insufficient. ** Changed in: tripleo

[Yahoo-eng-team] [Bug 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-04-29 Thread Robert Collins
** Changed in: tripleo 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/1280941 Title: metadata agent throwing AttributeError: 'HTTPClient'

[Yahoo-eng-team] [Bug 1300693] Re: devtest.sh run leaves 3 default security groups

2014-04-05 Thread Robert Collins
SO, if there is a bug here, it is neutron security-group-list showing groups for other tenants by default. I'm going to retarget this to neutron. ** Project changed: tripleo = neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1301117] [NEW] floating ip quota error neutron

2014-04-01 Thread Robert Collins
Public bug reported: Found with nodepool on the tripleo CI cloud - when the neutron floating IP quota is exhausted, novaclient add-floating-ip threw a generic 500. ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID:

[Yahoo-eng-team] [Bug 1301128] [NEW] nova floating-ip-list has blank server id field

2014-04-01 Thread Robert Collins
Public bug reported: See for instance http://paste.ubuntu.com/7192574/ +---+---+-+-+ | Ip| Server Id | Fixed Ip| Pool| +---+---+-+-+ | 138.35.77.109 | | - | ext-net | |

[Yahoo-eng-team] [Bug 1295703] Re: ci-overcloud job failing Error while processing VIF ports

2014-03-25 Thread Robert Collins
** Changed in: tripleo Status: New = 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/1295703 Title: ci-overcloud job failing Error while processing VIF ports Status

[Yahoo-eng-team] [Bug 1290540] Re: nova api deprecation warning

2014-03-10 Thread Robert Collins
** Also affects: nova 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/1290540 Title: nova api deprecation warning Status in

[Yahoo-eng-team] [Bug 1260102] Re: Addition/Removal of a baremetal node does not propagate to scheduler quickly

2014-03-09 Thread Robert Collins
** Summary changed: - Removal of a baremetal node does not propagate to scheduler quickly + Addition/Removal of a baremetal node does not propagate to scheduler quickly ** Description changed: - With the baremetal driver, if a baremetal node is deleted, it is not - removed from pool of

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

2014-03-03 Thread Robert Collins
Public bug reported: Error importing module nova.openstack.common.sslutils: duplicate option: ca_file This is seen in the nova gate - for unrelated patches - it might be a bad slave I guess, or it might be happening to all subsequent patches, or it might be a WTF.

[Yahoo-eng-team] [Bug 1284424] [NEW] nova quota statistics can be incorrect

2014-02-24 Thread Robert Collins
Public bug reported: on the ci-overcloud we had a couple of network interruptions to the control plane. Subsequent to this, nova is reporting: nova boot --image user --flavor m1.small --key-name default live-migration-test2 --nic net-id=f69ac547-db64-4e69-ae70-e5233634aff0 ERROR: Quota

[Yahoo-eng-team] [Bug 1282842] [NEW] default nova+neutron setup cannot handle spawning 20 images concurrently

2014-02-20 Thread Robert Collins
Public bug reported: This breaks any @scale use of a cloud. Symptoms include 500 errors from 'nova list' (which causes a heat stack failure) and errors like 'unknown auth strategy' from neutronclient when its being called from the nova compute.manager. Sorry for the many-project-tasks here -

[Yahoo-eng-team] [Bug 1282842] Re: default nova+neutron setup cannot handle spawning 20 images concurrently

2014-02-20 Thread Robert Collins
e.g. | fault| {u'message': u'Connection to neutron failed: Maximum attempts reached', u'code': 500, u'created': u'2014-02-21T01:13:58Z'} | ** Also affects: keystone Importance: Undecided Status: New ** Description changed: This breaks any @scale

[Yahoo-eng-team] [Bug 1280692] Re: old keystone paste configuration embedded in keystone.conf template

2014-02-16 Thread Robert Collins
** Changed in: tripleo Status: Fix Released = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1280692 Title: old keystone paste configuration embedded in

[Yahoo-eng-team] [Bug 1280941] [NEW] metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-02-16 Thread Robert Collins
Public bug reported: So we need a new release - this is fixed in: commit 02baef46968b816ac544b037297273ff6a4e8e1b but until a new release is done, anyone running trunk Neutron will have the metadata agent fail. And neutron itself is missing a versioned dep on the fixed client (but obviously

[Yahoo-eng-team] [Bug 1174154] Re: Persistent storage on nodes is not supported

2014-02-12 Thread Robert Collins
We are now able to preserve ephemeral. Yay. ** Changed in: tripleo Status: Triaged = Confirmed ** Changed in: tripleo Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1279572] Re: DBError in nova-compute with baremetal driver after stats table change

2014-02-12 Thread Robert Collins
** Changed in: tripleo Status: Triaged = Fix Released ** Changed in: tripleo Assignee: (unassigned) = Ben Nemec (bnemec) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1278203] [NEW] live migration attempts block device and fs resize

2014-02-09 Thread Robert Collins
Public bug reported: I noticed this when some qemu-nbd processes were hung, and we had file injection off. I was like WAT. Here is a backtrace (I added an exception in the nbd code to find out what was calling it): Traceback (most recent call last):   File

[Yahoo-eng-team] [Bug 1235955] Re: testsuite needs upgrading

2014-02-09 Thread Robert Collins
** Changed in: nova Status: Incomplete = 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/1235955 Title: testsuite needs upgrading Status in OpenStack

[Yahoo-eng-team] [Bug 1276268] [NEW] nova compute hang with file injection off, config drive off, neutron networking

2014-02-04 Thread Robert Collins
Public bug reported: While trying to change file injection to default off (https://review.openstack.org/#/c/70239/) we observed nova-compute hang [the log stops hard about 10 minutes before the test run finishes). Thought to be a bug in the patch, we then reproduced this with the config setting

[Yahoo-eng-team] [Bug 1272600] Re: object of type 'NoneType' has no len() from neutronclient in get_instance_nwinfo

2014-01-25 Thread Robert Collins
Ah - we've deleted the havana aliases. :( commit ee50436938eb8122185b08681803d07f16dcd3c1 ** Changed in: tripleo Status: Triaged = Fix Released ** Changed in: nova Status: New = Invalid ** Changed in: nova Status: Invalid = Triaged ** Changed in: nova Importance:

[Yahoo-eng-team] [Bug 1272623] [NEW] nova refuses to start if there are baremetal instances with no associated node

2014-01-24 Thread Robert Collins
Public bug reported: This can happen if a deployment is interrupted at just the wrong time. 2014-01-25 06:53:38,781.781 14556 DEBUG nova.compute.manager [req-e1958f79-b0c0-4c80-b284-85bb56f1541d None None] [instance: e21e6bca-b528-4922-9f59-7a1a6534ec8d] Current state is 1, state in DB is 1.

[Yahoo-eng-team] [Bug 1272623] Re: nova refuses to start if there are baremetal instances with no associated node

2014-01-24 Thread Robert Collins
We're running a monkeypatch to avoid this at the moment ** Also affects: tripleo Importance: Undecided Status: New ** Changed in: tripleo Status: New = Triaged ** Changed in: tripleo Importance: Undecided = High -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1272600] Re: object of type 'NoneType' has no len() from neutronclient in get_instance_nwinfo

2014-01-24 Thread Robert Collins
(Tripleo undercloud is down until we address this) ** Summary changed: - Deleting an instance that is in the REBUILD/rebuild_spawning state results in an undeletable instance + object of type 'NoneType' has no len() from neutronclient in get_instance_nwinfo ** Also affects: tripleo

[Yahoo-eng-team] [Bug 1254555] Re: tenant does not see network that is routable from tenant-visible network until neutron-server is restarted

2014-01-21 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 neutron. https://bugs.launchpad.net/bugs/1254555 Title: tenant does not see network that is routable from

[Yahoo-eng-team] [Bug 1271344] [NEW] neutron-dhcp-agent not getting updates after ~24h running

2014-01-21 Thread Robert Collins
Public bug reported: Hi, last two days on ci-overcloud.tripleo.org, the neutron-dhcp-agent has stopped updating DHCP entries - new VMs don't get IP addresses until neutron-dhcp-agent is restarted. Haven't seen anything obvious in the logs yet, happy to set specific log levels or whatever to try

[Yahoo-eng-team] [Bug 1263294] [NEW] ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2013-12-21 Thread Robert Collins
Public bug reported: This is due to line 227 of ./cloudinit/config/cc_mounts.py:: short_name = os.path.basename(device) sys_path = /sys/block/%s % short_name if not os.path.exists(sys_path): LOG.debug(did not find entry for %s in /sys/block, short_name) return None

[Yahoo-eng-team] [Bug 1262075] [NEW] tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML.test_rescue_unrescue_instance[gate, smoke] failed on postgresql only

2013-12-17 Thread Robert Collins
Public bug reported: http://logs.openstack.org/20/62520/1/gate/gate-tempest-dsvm-postgres- full/f3a9033/ 2013-12-18 05:47:02,936 Request: GET http://127.0.0.1:8774/v2/0c07b2e10c454d3fa80773627d2dea67/servers/b7e78cb2-a215-4909-8fee-ed0f9cdd11cd 2013-12-18 05:47:02,936 Request Headers:

[Yahoo-eng-team] [Bug 1238311] Re: Make nova baremetal support ephemeral disks

2013-12-01 Thread Robert Collins
** Changed in: nova Status: In Progress = Fix Committed ** 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).

[Yahoo-eng-team] [Bug 1255131] Re: Can't boot instance on cd-overcloud

2013-11-26 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/1255131 Title: Can't boot instance on cd-overcloud Status

[Yahoo-eng-team] [Bug 1251784] Re: nova+neutron scheduling error: Connection to neutron failed: Maximum attempts reached

2013-11-24 Thread Robert Collins
** Changed in: tripleo Status: New = Triaged ** 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 neutron. https://bugs.launchpad.net/bugs/1251784 Title:

[Yahoo-eng-team] [Bug 1111572] Re: quantum subnet-update can't update allocation-pool

2013-11-07 Thread Robert Collins
** Changed in: neutron Status: Invalid = New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/572 Title: quantum subnet-update can't update allocation-pool Status in OpenStack

[Yahoo-eng-team] [Bug 1180454] Re: Cannot orchestrate PXE booting from nova

2013-10-01 Thread Robert Collins
This works in tripleo now; though it's not the default yet. ** 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).

[Yahoo-eng-team] [Bug 1180178] Re: Instance IP addresses are re-used even when previous instance could not be powered off

2013-10-01 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/1180178 Title: Instance IP addresses are re-used even when

[Yahoo-eng-team] [Bug 1183534] Re: libvirt domain creation errors not debuggable from logs alone

2013-10-01 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/1183534 Title: libvirt domain creation errors not debuggable

[Yahoo-eng-team] [Bug 1178919] Re: instances get stuck in 'BUILDING' sometimes

2013-10-01 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/1178919 Title: instances get stuck in 'BUILDING' sometimes

[Yahoo-eng-team] [Bug 1178105] Re: within bootstack, glance seems to die after 24 hours

2013-09-19 Thread Robert Collins
Have not seen this - can't reproduce ** Changed in: tripleo Status: Triaged = Invalid ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1178105 Title:

[Yahoo-eng-team] [Bug 1184484] Re: Quantum default settings will cause deadlocks due to overflow of sqlalchemy_pool

2013-09-02 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 neutron. https://bugs.launchpad.net/bugs/1184484 Title: Quantum default settings will cause deadlocks due to overflow

[Yahoo-eng-team] [Bug 1213987] Re: Setup fails on requirements with pyudev not found

2013-08-22 Thread Robert Collins
** Changed in: tripleo Status: Confirmed = 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/1213987 Title: Setup fails on requirements with pyudev not found Status in

[Yahoo-eng-team] [Bug 1178529] Re: default bootstack api's ratelimit at too low a rate

2013-08-22 Thread Robert Collins
** Changed in: tripleo 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/1178529 Title: default bootstack api's ratelimit at

[Yahoo-eng-team] [Bug 1182732] Re: bad dependency on quantumclient breaks metadata agent

2013-08-08 Thread Robert Collins
Huh, Invalid - how do you get that? It's either fixed or it's not. I'm not sure if 2.2.6 was the earliest client release to have the fix. The current requirements list python-neutronclient=2.2.3,3.0.0 So if 2.2.3 has the requisite code, then this is fix released. If it doesn't, then this is

[Yahoo-eng-team] [Bug 1199443] Re: quantum-server won't start

2013-07-10 Thread Robert Collins
** Also affects: neutron Importance: Undecided Status: New ** Changed in: tripleo Assignee: (unassigned) = Derek Higgins (derekh) ** Changed in: tripleo Status: Triaged = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1182629] Re: security group rule listing doesn't show details

2013-05-22 Thread Robert Collins
Uhm, but its not wildcarded. See the iptables dump. ** Changed in: quantum Status: Invalid = New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to quantum. https://bugs.launchpad.net/bugs/1182629 Title: security group

[Yahoo-eng-team] [Bug 1178378] Re: confused baremetal instance thinks its off, is clearly operational

2013-05-20 Thread Robert Collins
** Changed in: tripleo Status: Triaged = Fix Committed ** Changed in: tripleo Assignee: (unassigned) = Devananda van der Veen (devananda) ** Changed in: tripleo Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1178118] Re: swap partition location prevents cloud-init growing the root partition on baremetal nodes

2013-05-13 Thread Robert Collins
I'm going to invalid this - we should just define a much larger flavor. E.g. user error. ** 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).

[Yahoo-eng-team] [Bug 1178568] Re: possible race condition during bare metal deploys

2013-05-10 Thread Robert Collins
ok, this is a nonissue; the issue was the deploy-helper opaque error. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1114634] Re: baremetal deploy does file injection on local disk

2013-05-07 Thread Robert Collins
I'm going to close this with prejudice: having thought about it, this would lead to unencrypted - or sniffable keys - same thing - disclosure of root passwords. ** No longer affects: tripleo ** Changed in: nova Status: Triaged = Invalid -- You received this bug notification because you