[Yahoo-eng-team] [Bug 1759316] [NEW] pre-cells_v2 nova-osapi_compute service in database breaks instance lookup

2018-03-27 Thread Sam Yaple
Public bug reported: This was encoutered on Ocata after and upgrade from Newton, but affects master to the best of my knowledge. During our upgrade from Newton -> Ocata after we finished cells_v2 migration and map'd instances accordingly, `nova show $uuid` no longer worked. Returning the error:

[Yahoo-eng-team] [Bug 1687187] [NEW] metadata-api requires iptables-save/restore

2017-04-29 Thread Sam Yaple
Public bug reported: The metadata-api still loads pieces of nova-network even when using neutron=True. Specifically, it is still loading linuxnet_interface_driver and it is adding in ACCEPT rules with iptables to allow the metadata port. While this may make sense with nova-network, it doesn't

[Yahoo-eng-team] [Bug 1616274] [NEW] external dns doesnt get updated

2016-08-23 Thread Sam Yaple
instance spawn, regardless of network type. [1] https://github.com/openstack/neutron/blob/64f5fc82596ec6b78b76ca5d9cfc1d4b5a0b975d/neutron/plugins/ml2/extensions/dns_integration.py#L292 ** Affects: neutron Importance: Undecided Assignee: Sam Yaple (s8m) Status: In Progress

[Yahoo-eng-team] [Bug 1595965] [NEW] transport_url is being parsed different when forking with oslo.service

2016-06-24 Thread Sam Yaple
Public bug reported: This is a strange one. I had setup my transport_url incorrectly which made me discover this. I am filing this bug because I believe there is one. When using a correctly formatted transport_url that was missing data _and_ multiple workers for conductor it would incorrectly

[Yahoo-eng-team] [Bug 1561695] [NEW] neutron-dhcp-agent generates thousands of interfaces on a failure

2016-03-24 Thread Sam Yaple
Public bug reported: I ran into slowness on a new deploy of mitaka-rc1 code with neutron. I had ~13,000 tap devices that were created by dhcp-agent. The neutron database does not have these ports. As far as I can tell, neutron is no longer aware, or cares about those ports but they remain on the

[Yahoo-eng-team] [Bug 1508230] [NEW] regression in cloning raw image type with ceph

2015-10-20 Thread Sam Yaple
er [instance: 5f35f469-4ef5-471f-bdbc-ecb1835e1e94] AttributeError: 'dict' object has no attribute 'disk_format' 2015-10-20 22:27:34.199 1 ERROR nova.compute.manager [instance: 5f35f469-4ef5-471f-bdbc-ecb1835e1e94] ** Affects: nova Importance: Undecided Assignee: Sam Yaple (s8m)

[Yahoo-eng-team] [Bug 1401004] [NEW] policy.json prevents regular user from creating HA router

2014-12-09 Thread Sam Yaple
Public bug reported: This line in the policy.json prevents a regular user from creating an HA router. create_router:ha: rule:admin_only, There was a bug related to creating l3ha as regular user, but that was fixed and backported to juno 2014.2.1. I have tested and confirm that updating the