[Yahoo-eng-team] [Bug 1678274] [NEW] lbaas v2 healthmonitor on different port

2017-03-31 Thread Phil
Public bug reported: This is not a bug. It is a fetaure request. LBaaS v2 healthmonitors currently perform checks against the members' protocol port which handles normal traffic. I would like the ability to configure a healthmonitor to perform checks against a different port. Use cases: 1) An

[Yahoo-eng-team] [Bug 1622684] [NEW] Keycode error using novnc and Horizon consloe

2016-09-12 Thread Phil Hopkins
slated set 2, code 0x0 on isa0060/serio0). This appears to be related to recent code changes in noVNC. If I revert noVNC to the sha 4e0c36dda708628836dc6f5d68fc40d05c7716d9, everything works. This sha commit date is August 26, 2016. Phil ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1559072] [NEW] WebOb 1.6.0 causes nova api problems

2016-03-18 Thread Phil Hopkins
Public bug reported: Running on Ubuntu 14.04. After installing nova from source in either the Liberty release or Mitaka, with WebOb 1.6.0, running any nova command generated this error: root@openstack-ubu-controller:~# nova service-list ERROR (AttributeError): 'unicode' object has no attribute 'g

[Yahoo-eng-team] [Bug 1459816] [NEW] update sample_data script to use openstack commands

2015-05-28 Thread Phil Hopkins
Public bug reported: The sample data script is genterating warnings since the keystone commands are depricated. The script needs to be updated to use the new openstack commands. ** Affects: keystone Importance: Undecided Assignee: Phil Hopkins (phil-hopkins-a) Status: In

[Yahoo-eng-team] [Bug 1446804] [NEW] Puppet fails with puppet 4

2015-04-21 Thread Phil Fenstermacher
Public bug reported: cloud-init is incompatible with Puppet 4 (released April 15) Notable differences: Package name is puppet-agent (not puppet) Installed in /opt/puppetlabs/bin/ PUPPET_CONF_PATH = '/etc/puppetlabs/puppet/puppet.conf' PUPPET_SSL_CERT_DIR = '/etc/puppetlabs/puppet/ssl/certs/' PUP

[Yahoo-eng-team] [Bug 1411807] Re: linuxbridge using mulicast vxlan w/o l2pop fails

2015-01-19 Thread Phil Hopkins
Thanks Darragh, that is the problem. I am closing the bug. If anyone see this check out the bug that Darragh referenced above. The packets coming from the DHCP server donot have a correct shecksum and are being droped as they cross the bridge. Adding a magle rule to add the checksum or ignore it f

[Yahoo-eng-team] [Bug 1411807] [NEW] linuxbridge using mulicast vxlan w/o l2pop fails

2015-01-16 Thread Phil Hopkins
Public bug reported: I am running Ubuntu 14.04 with a source Juno install updated as of yesterday. I have two network nodes and two compute nodes. When a VM is booted the broadcast DHCP request goes out and is received by the network node dnsmasq process. The unicast DHCP response is sent and is r

[Yahoo-eng-team] [Bug 1407643] [NEW] Setting network bandwidth quota in extra_specs causes a VM creation to fail in devstack

2015-01-05 Thread Phil Day
Public bug reported: https://blueprints.launchpad.net/nova/+spec/quota-instance-resource added a number of resource managment capabilites via extra_specs foe libvirt - but at least one of these causes VMs to fail on devstcak with Neutron (so I'm guessing that they aren't covered in Tempest ?) On

[Yahoo-eng-team] [Bug 1401121] [NEW] SimpleCIDRAffinityFilter should accept missing host_ip

2014-12-10 Thread Phil Day
onic and a virt driver. ** Affects: nova Importance: Undecided Assignee: Phil Day (philip-day) Status: New ** Changed in: nova Assignee: (unassigned) => Phil Day (philip-day) -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1384637] [NEW] Shelve_offload should support clean_shutdown

2014-10-23 Thread Phil Day
Public bug reported: Change https://review.openstack.org/#/c/112988/ added clean_shutdown support for shelve(), but instances booted from volumes are shelved via shelve_offload() - so that should also support clean_shutdown ** Affects: nova Importance: Undecided Assignee: Phil Day

[Yahoo-eng-team] [Bug 1377280] [NEW] Adding gateway to flat externat network breaks HA routers

2014-10-03 Thread Phil Hopkins
Public bug reported: I am running Juno on Ubuntu 14.04. OpenStack is installed from source and updated to the latest this morning. I am trying to build HA routers using VXLAN tunnels. When I set up my external network as a VXXLAN network type everything works properly. If I delete the VXLAN based

[Yahoo-eng-team] [Bug 1007116] Re: nova should support showing 'DELETED' servers

2014-09-18 Thread Phil Day
I don't think this is a valid bug. Admins can already see deleted instances by including "deleted=True" in the search options. Non admins shouldn't be able to see deleted instances. ** Changed in: nova Status: In Progress => Opinion -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1370578] [NEW] Ironic Hostmanager does not pass hypervisor_type to filters

2014-09-17 Thread Phil Day
: nova Importance: Undecided Assignee: Phil Day (philip-day) Status: New ** Changed in: nova Assignee: (unassigned) => Phil Day (philip-day) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Comp

[Yahoo-eng-team] [Bug 1368176] Re: Scheduler hints broken in V2.1 API

2014-09-11 Thread Phil Day
My mistake - it was the V3 client that was passing the hints in the wrong part of the body ** 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). https://bugs.la

[Yahoo-eng-team] [Bug 1368176] [NEW] Scheduler hints broken in V2.1 API

2014-09-11 Thread Phil Day
Public bug reported: The v2.1 scheduler_hints plugin is broken, as it tries to extract the hints from the request_body rather than the server_dict https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/plugins/v3/scheduler_hints.py#L42-L45 The hints value in the request body

[Yahoo-eng-team] [Bug 1317100] Re: User data should be redacted when logging request spec

2014-07-09 Thread Phil Day
The change to drive provisioning from conductor now avoids the code path that was logging user data, so the immediate concern has gone away. Not carrying user data in the instance object would still be a useful optimization - but that's a different task. ** Changed in: nova Status: In Prog

[Yahoo-eng-team] [Bug 1337991] [NEW] absolute limits API doesn't take user quotas into account

2014-07-04 Thread Phil Day
Public bug reported: The limits API always returns the per tenant limits and not any per-user limits that may exist. https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/limits.py#L94-95 The call to get_project_quotas should be replaced with a call to get_user_quotas. I susp

[Yahoo-eng-team] [Bug 1336829] [NEW] Action and action events not soft deleted

2014-07-02 Thread Phil Day
Public bug reported: Entries in the instance_actions and instance_actions_events table should be soft deleted as part of teh associated instance deletion. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1336767] [NEW] Instance disappeared during wait for destroy should be a warning not an error

2014-07-02 Thread Phil Day
. This may help wit some of the gate failures: https://bugs.launchpad.net/nova/+bug/1300279 ** Affects: nova Importance: Undecided Assignee: Phil Day (philip-day) Status: New ** Changed in: nova Assignee: (unassigned) => Phil Day (philip-day) -- You received this

[Yahoo-eng-team] [Bug 1327145] [NEW] rescue_instance RPC has reverted to passing a dict

2014-06-06 Thread Phil Day
Assignee: Phil Day (philip-day) Status: New ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Assignee: (unassigned) => Phil Day (philip-day) ** Changed in: nova Milestone: None => juno-2 -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1319263] Re: ICE-HOUSE-GA:Nova conductor and Nova scheduler not stable when 200 compute connected to the controller.

2014-05-23 Thread Phil Day
Marking as Invalid since this is a MySQL mis-configuration error by the user rather than a Nova bug ** 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).

[Yahoo-eng-team] [Bug 1317100] [NEW] User data should be redacted when logging request spec

2014-05-07 Thread Phil Day
opaque data blob as far as Nova is concerned (and hence of no practical use for debugging). ** Affects: nova Importance: Undecided Assignee: Phil Day (philip-day) Status: New ** Changed in: nova Assignee: (unassigned) => Phil Day (philip-day) -- You received this

[Yahoo-eng-team] [Bug 1308544] [NEW] libvirt: Trying to delete a non-existing vif raises an exception

2014-04-16 Thread Phil Day
;/mnt/stack/nova/nova/network/linux_net.py", line 1302, in _ovs_vsctl 2014-04-16 12:28:52.573 TRACE nova.compute.manager [instance: 3b7ac090-1ada-4beb-9e56-1ba3a6445e1f] raise exception.AgentError(method=full_args) 2014-04-16 12:28:52.573 TRACE nova.compute.manager [instance: 3b7ac090-

[Yahoo-eng-team] [Bug 1303998] [NEW] vm fails with error vif_type=binding_failed using gre tunnels

2014-04-07 Thread Phil Hopkins
Public bug reported: I am running Icehouse r-1 on Ubuntu 12.04. Whenever I try to launch a VM it immediately goes into error state. The log file fo rnova-compute shows the following: http_log_req /usr/lib/python2.7/dist-packages/neutronclient/common/utils.py:173 2014-04-07 19:15:32.888 2866 DEBU

[Yahoo-eng-team] [Bug 1291515] [NEW] Recent Change to default state_path can silently break existing systems

2014-03-12 Thread Phil Day
that are using the default value of state_path with no warning period, which goes beyond the scope of change for UpgradeImpact ** Affects: cinder Importance: Undecided Status: New ** Affects: nova Importance: High Assignee: Phil Day (philip-day) Status: In Progress

[Yahoo-eng-team] [Bug 1284741] [NEW] EC2 metadata service doesn't account for request forwarding when using neutron metadata-proxy

2014-02-25 Thread Phil Day
Public bug reported: When an EC2 metadata request is received via the neutron metadata proxy Nova assumes that the X-Forwarded-For item in teh header is the address of the instance: https://github.com/openstack/nova/blob/master/nova/api/metadata/handler.py#L149 In fact depending on the network p

[Yahoo-eng-team] [Bug 1277204] Re: notifications no longer available in Nova

2014-02-12 Thread Phil Day
** Changed in: nova Status: Incomplete => Invalid ** Changed in: oslo.messaging 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/

[Yahoo-eng-team] [Bug 1277204] [NEW] notification topics no longer configurable

2014-02-06 Thread Phil Day
Public bug reported: The recent change to oslo messaging seems to have removed the ability to specify a list of topics for notifications. This is a critical feature for systems which provide multiple message streams for billing and monitoring. To reproduce: 1) Create a devstack system 2) Add

[Yahoo-eng-team] [Bug 1276203] [NEW] Period task interval config values need to be consistent

2014-02-04 Thread Phil Day
Public bug reported: Currently we have a mix of “==0” and “<=0” being used inside periodic tasks to decide to skip the task altogether. We also have the “spacing=” option in the periodic_task decorator to determine how often to call the task, but in this case: ==0 means “call at default interva

[Yahoo-eng-team] [Bug 1275144] [NEW] Volume operations should set task state

2014-01-31 Thread Phil Day
Public bug reported: Volume attach/detach/swap should set task_state so that conflicting operations such as migrate can be blocked via the check_instance_state decorator. This would also allow users can see slow operations are still in progress. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1274627] [NEW] Volume attach /detach should be blocked during some opertaions

2014-01-30 Thread Phil Day
ects: nova Importance: Undecided Assignee: Phil Day (philip-day) Status: New ** Changed in: nova Assignee: (unassigned) => Phil Day (philip-day) ** Changed in: nova Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1273266] [NEW] Error message is malformed when removing a non-existent security group from an instance

2014-01-27 Thread Phil Day
Public bug reported: Trying to remove a security group from an instance which is not actually associated with the instance produces the following: --- $nova remove-secgroup 71069945-5bea-4d53-b6ab-9026bfeebba4 phil ERROR: [u'Security group %(security_group_name)s not assocaited wit

[Yahoo-eng-team] [Bug 1196924] Re: Stop and Delete operations should give the Guest a chance to shutdown

2014-01-22 Thread Phil Day
The associated change was reverted as it extended the duration of the gate too much ** Changed in: nova Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://b

[Yahoo-eng-team] [Bug 1258603] [NEW] tests still fail when libvirt not installed

2013-12-06 Thread Phil Day
Public bug reported: https://review.openstack.org/#/c/60052/1 fixed a problem with fake libvirt driver by adding default arguments to Connection class, but the tests still fail sometimes because the default value for uri is only accepted if a global in the fake driver is true: allow_default_ur

[Yahoo-eng-team] [Bug 1238536] Re: POST with empty body results in 411 Error

2013-10-23 Thread Phil Day
Looks like the problem is specific to our network ** 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/1238536 Title:

[Yahoo-eng-team] [Bug 1235351] Re: Metadata proxy queries the DB for each request

2013-10-04 Thread Phil Day
Actually I'm not sure that caching the mapping would be safe in all cases. The period would have to be so short to avoid the risk of the port and address being re-assigned that it probably doesn't by that much ** Changed in: neutron Status: New => Invalid -- You received this bug notifi

[Yahoo-eng-team] [Bug 1224927] Re: instance_get_all_by_filters() does not propagate reading of deleted rows

2013-09-16 Thread Phil Day
I think the reason you can't reproduce this is because it looks like Nova no longer deletes instance_system_metadata rows when it deletes the instance record. I assume this bug (captured as https://bugs.launchpad.net/nova/+bug/1226049 ) was introduced as part of the change to the object model (we

[Yahoo-eng-team] [Bug 1190360] Re: Deleting an instance in the API layer does not send usage notifications

2013-06-24 Thread Phil Day
Agree this is covered by that fix - I think it was a problem in stacktach that made me think it wasn't ** 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 (nov

[Yahoo-eng-team] [Bug 1161473] Re: API to add instance to a SecGroup should take ID not Name

2013-06-19 Thread Phil Day
** 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/1161473 Title: API to add instance to a SecGroup should take ID n

[Yahoo-eng-team] [Bug 1161472] Re: Nova-Quantum SecurityGroup API should enforce unique group names

2013-06-19 Thread Phil Day
The example you used was passing in a security group ID (which will always be unique), but the create call allows either a name or an ID to be passed in. In he case of a name being used then the bug is still valid. ** Changed in: nova Status: Invalid => Confirmed -- You received this bug

[Yahoo-eng-team] [Bug 1157923] Re: localfs file-injection does not `mkdir -p`

2013-06-19 Thread Phil Day
Thanks Bill for offering to pick this up - I agree that this should be fixed. ** Changed in: nova Status: Invalid => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchp

[Yahoo-eng-team] [Bug 1185367] Re: AZ should be validated durign instance create at the api layer

2013-06-03 Thread Phil Day
Marking this back to New because I simply don't agree with the above analysis. Personally I doubt if the intention of the forcehost capability was to allow an invalid AZ name by design, - but if there really is a need to be able to specify an invalid AZ name when forcing to a particular host (a p

[Yahoo-eng-team] [Bug 1118608] Re: source-group security group rule not working with nova networking

2013-03-14 Thread Phil Day
https://review.openstack.org/#/c/21529/ ** This bug is no longer a duplicate of bug 1122316 Restarting nova-compute with source groups lead to traceback. ** Changed in: nova Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 1111498] Re: instance.update notifications don't always identify the servicev

2013-03-14 Thread Phil Day
https://review.openstack.org/#/c/20919/ ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/498 Title: ins