[Yahoo-eng-team] [Bug 1484379] [NEW] Passing PD subnet_id in fixed_ips to port-create causes DBDuplicateEntry

2015-08-13 Thread Darragh O'Reilly
Public bug reported: Found this when testing the v6 prefix delegation patch https://review.openstack.org/#/c/185977/ and trying to use the debug- probe. Got a DB error when trying to create a port where the subnet id is passed in fixed ips. Note this subnet has subnetpool_id: prefix_delegation.

[Yahoo-eng-team] [Bug 1484001] Re: help message for bulk floating ip sub commands is very confusing

2015-08-13 Thread Zhenzan Zhou
** No longer affects: nova ** Changed in: python-novaclient Assignee: (unassigned) = Zhenzan Zhou (zhenzan-zhou) ** Changed in: python-novaclient Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1484395] [NEW] Radware LBaaS v2 driver LB deletion fails when no members exist

2015-08-13 Thread Evgeny Fedoruk
Public bug reported: This bug is a copy of https://bugs.launchpad.net/neutron/+bug/1467243 It is re-raised after this fix https://bugs.launchpad.net/neutron/+bug/1479406 cancelled the fix accidentally Radware defined as a LBaaS v2 provider. LB instance created with or without lister(s)/ pool(s)

[Yahoo-eng-team] [Bug 1484410] [NEW] No log for ipsec pluto process

2015-08-13 Thread LIU Yulong
Public bug reported: Add log for ipsec pluto process ** Affects: neutron Importance: Undecided Status: New ** Tags: ipsec log openswan ** Tags added: log ** Tags added: ipsec openswan -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1484001] Re: help message for bulk floating ip sub commands is very confusing

2015-08-13 Thread Markus Zoeller (markus_z)
** Tags added: documentation network ** Also affects: python-novaclient 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/1484001

[Yahoo-eng-team] [Bug 1484451] [NEW] Project cannot be enabled after it was disabled

2015-08-13 Thread Paweł Pamuła
Public bug reported: After running the following command: # project set --disable project_name it is impossible to enable project with: # project set --enable project_name due to the following error: ERROR: openstack Project is disabled. ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1484366] [NEW] No way to specify password strength in keystone.

2015-08-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: There is a way to set the regular expression for horizon for a password, but there is no way to do this in keystone. We need a configuration parameter in keystone for the regular expression and another one for the message to be shown when the password

[Yahoo-eng-team] [Bug 1484366] [NEW] No way to specify password strength in keystone.

2015-08-13 Thread Mahesh Sawaiker
Public bug reported: There is a way to set the regular expression for horizon for a password, but there is no way to do this in keystone. We need a configuration parameter in keystone for the regular expression and another one for the message to be shown when the password is not valid.

[Yahoo-eng-team] [Bug 1484514] [NEW] Security Groups table appears unsorted

2015-08-13 Thread Florian Fuchs
Public bug reported: The table in the Security Groups tab (Project - Access Security) is currently not sorted in a way obvious to a user. While technically the sorting isn't random (sorted by the group's uuid string), a default sorting by name would probably make much more sense here. **

[Yahoo-eng-team] [Bug 1484553] [NEW] running local tests fails in oslo_policy package

2015-08-13 Thread Mathieu Rohon
Public bug reported: When I run tests localy with ./run_tests.sh or tox -e py27, it constantly fails in the oslo_policy package. For instance : $ ./run_tests.sh neutron.tests.unit.extensions.test_securitygroup.TestSecurityGroups.test_create_security_group_rule_bad_tenant_security_group_rule

[Yahoo-eng-team] [Bug 1484566] [NEW] Images v2 api tasks documentation is missing

2015-08-13 Thread Brian Rosmaita
Public bug reported: Need to add the following to the glance developer docs: (1) why tasks were introduced, what use cases they are meant to solve, and the overall design philosophy (2) straightforward documentation of the tasks API calls (3) tasks info for glance developers who want to work on

[Yahoo-eng-team] [Bug 1484577] [NEW] OS-INHERIT does not seem to work for users but works for groups

2015-08-13 Thread Christophe Balczunas
Public bug reported: Using Kilo, I'm following thehttp://specs.openstack.org/openstack /keystone-specs/api/v3/identity-api-v3-os-inherit-ext.html#what-s-new- in-version-1-1 instructions to experiment with role inheritances on projects of a domain. (not dealing with subprojects just yet). I'm

[Yahoo-eng-team] [Bug 1435693] Re: A number of places where we LOG messages fail to use the _L{X} formatting

2015-08-13 Thread Dolph Mathews
Closing because all the cited violations have been fixed. Henry: when you have a bug fix that consists of multiple patches, use Partial-Bug on all but the last patch in the sequence. On the last patch, use Closes-Bug so that the bug will be automatically closed when that patch merges. ** Changed

[Yahoo-eng-team] [Bug 1483091] Re: Same name SecurityGroup across tenants could not work

2015-08-13 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1335733 *** https://bugs.launchpad.net/bugs/1335733 Move back to Neutron. The root cause was Nova and Neutron interaction and it was addressed as a fix of bug 1335733. The fix is available for Juno but it was not backported to Icehouse (which reached

[Yahoo-eng-team] [Bug 1484578] [NEW] eventlet.tpool.execute() causes creation of unnecessary OS native threads when running unit tests

2015-08-13 Thread Roman Podoliaka
Public bug reported: To cooperate with blocking calls, which can't be monkey-patched, eventlet provides support for wrapping those into native OS threads by the means of eventlet.tpool module. E.g. nova-compute uses it extensively to make sure calls to libvirt does not block the whole

[Yahoo-eng-team] [Bug 1484623] [NEW] horizon customization docs are vague

2015-08-13 Thread Eric Peterson
Public bug reported: The tactic of using the overrides file vs the enabled folder vs other means is unclear to plugin developers. ** Affects: horizon Importance: Undecided Assignee: Eric Peterson (ericpeterson-l) Status: In Progress ** Changed in: horizon Assignee:

[Yahoo-eng-team] [Bug 1484636] [NEW] User cannot create network if network_vlan_ranges is not specified

2015-08-13 Thread Kahou Lei
Public bug reported: Steps to reproduce: 1. In ml2_conf.ini, set the network_vlan_ranges as phy1 (phy1 is your physical network mapping) 2. Restart neutron server 3. Run neutron net-create NET-1 4. You will see Service Unavaliable error 5. Run neutron net-create NET-1 --provider:network_type

[Yahoo-eng-team] [Bug 1378560] Re: Customizing Horizon doc needs to be cleaned up

2015-08-13 Thread David Lyle
There was a rework of the tutorial that covered this. ** Changed in: horizon Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1445827] Re: unit test failures: Glance insist on ordereddict

2015-08-13 Thread Joshua Harlow
** Changed in: taskflow 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/1445827 Title: unit test failures: Glance insist on ordereddict Status

[Yahoo-eng-team] [Bug 1359995] Re: Tempest failed to delete user

2015-08-13 Thread David Stanek
No Keystone work here is needed. ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1359995 Title: Tempest failed to delete

[Yahoo-eng-team] [Bug 1484735] [NEW] Assertion signing error causes TypeError for Message objects do not support addition

2015-08-13 Thread Brant Knudson
Public bug reported: If running the xmlsec1 binary fails with some output, rather than getting the log of the error you'll get a TypeError exception with the message Message objects do not support addition.. This is because oslo.i18n Message objects don't support addition, which the code is

[Yahoo-eng-team] [Bug 1484745] [NEW] DB migration juno- kilo fails: Can't create table nsxv_internal_networks

2015-08-13 Thread Sam Morrison
Public bug reported: Get the following error when upgrading my juno DB to kilo neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade kilo INFO [alembic.migration] Context impl MySQLImpl. INFO [alembic.migration] Will assume

[Yahoo-eng-team] [Bug 1484723] [NEW] Error message from server not being displayed in Horizon UI

2015-08-13 Thread vishwanath jayaraman
Public bug reported: The error message from server code is not being displayed as part of exception.handle(request, e.message) in horizon forms.py code. Instead a generic message Danger: There was an error submitting the form . is being displayed. Discussed this behavior with lhcheng in

[Yahoo-eng-team] [Bug 1484738] [NEW] keyerror when refreshing instance security groups

2015-08-13 Thread Sam Morrison
Public bug reported: On a clean kilo install using source security groups I am seeing the following trace on boot and delete a2413f7] Deallocating network for instance _deallocate_network /usr/lib/python2.7/dist-packages/nova/compute/manager.py:2098 2015-08-14 09:46:06.688 11618 ERROR

[Yahoo-eng-team] [Bug 1268875] Re: Oslo migrate.py does not have functionality to compute path to `migrate_repo`s

2015-08-13 Thread David Stanek
No work for Keystone here. I believe the bug is saying that the shared lib doesn't have a feature we already have in Keystone. ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1484742] [NEW] NUMATopologyFilter doesn't account for cpu_allocation_ratio

2015-08-13 Thread Chris Friesen
Public bug reported: There seems to be a bug in the NUMATopologyFilter where it doesn't properly account for cpu_allocation_ratio. (Detected on stable/kilo, not sure if it applies to current master.) To reproduce: 1) Create a flavor with a moderate number of CPUs (5, for example) and enable

[Yahoo-eng-team] [Bug 1484690] [NEW] Incorrect metadata proxy route via router ip

2015-08-13 Thread Cedric Brandily
Public bug reported: A change [1] injected a direct route to metadata ip through a subnet's default gateway to avoid Windows mac resolution[2]. Such change breaks the following usecase (typically used to separate admin/management traffic and user traffic): enable metadata on dhcp agents

[Yahoo-eng-team] [Bug 1484636] Re: User cannot create network if network_vlan_ranges is not specified

2015-08-13 Thread Kevin Benton
network_vlan_ranges is to specify what to use when a vlan is not specified. If you don't specify a range to use, it should fail. ** Changed in: neutron Status: New = Invalid ** Changed in: neutron Status: Invalid = Opinion -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1484775] [NEW] Nova api doesn't handle MigrationError and will return 500 to user

2015-08-13 Thread Eli Qiao
Public bug reported: 1 conductor task will raise exception.MigrationError but no handler in REST api layer https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L656 ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags:

[Yahoo-eng-team] [Bug 1484754] [NEW] Nova only accepts strict format value from Ironic

2015-08-13 Thread Tan Lin
Public bug reported: Nova resolves capabilities from Ironic, but it only able to receive 'k1:v1,k2:v2,etc..' value. We should improve the ability to resolve capabilities from Ironic like 'k1:v1, k2:v2,etc..' to improve user experience and be more robust. ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1484776] [NEW] Nova api doesn't handle InstanceUnknownCell when doing live-migration

2015-08-13 Thread Eli Qiao
Public bug reported: compute_api.live_migrate may raise InstanceUnknownCell exception when doing check_instance_cell. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: api live-migration ** Changed in: nova Assignee: (unassigned)

[Yahoo-eng-team] [Bug 1484750] [NEW] Unable to launch instance when there are two security groups with same name

2015-08-13 Thread Liyingjun
Public bug reported: When there are two security groups with same name, an error will be raised if one of the security group selected: Error: Multiple security_group matches found for name 'test1', use an ID to be more specific. (HTTP 409) (Request-ID: req-0bd2a1e7-2c63-49ad- b64b-21b8e976df67)

[Yahoo-eng-team] [Bug 1484752] [NEW] Nova flavor extra_spec case is sensitive

2015-08-13 Thread Tan Lin
Public bug reported: flavor extra_spec case is sensitive, we should make it insensitive which is more robust and improve user experience, like `Trusted` should be accepted as well as `trusted` ** Affects: nova Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1484753] [NEW] Nova flavor extra_spec is case sensitive

2015-08-13 Thread Tan Lin
Public bug reported: flavor extra_spec is case sensitive, we should make it insensitive which is more robust and improve user experience, like `Trusted` should be accepted as well as `trusted` ** Affects: nova Importance: Undecided Assignee: Tan Lin (tan-lin-good) Status: New

[Yahoo-eng-team] [Bug 1484773] [NEW] log is too large, and not be compressed auto

2015-08-13 Thread Rong Han ZTE
Public bug reported: [root@rwj11sbcj nova]# ll total 18880520 -rw-r--r-- 1 nova nova 0 Aug 14 11:08 nova-compute.log -rw-r--r-- 1 nova nova 19331534848 Aug 14 00:00 nova-compute.log-20150814 -rw-r--r-- 1 nova nova 0 Aug 14 00:00 nova-compute.log-20150814.gz -rw-r--r-- 1 nova

[Yahoo-eng-team] [Bug 1484773] Re: log is too large, and not be compressed auto

2015-08-13 Thread Yaguang Tang
This is not a bug in Nova, you can use any log process tool such as logrotate to manage to log files. ** 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 1483639] Re: Nova and Horizon allow to perform inappropriate actions for baremetal node

2015-08-13 Thread Kyrylo Romanenko
** No longer affects: mos -- 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/1483639 Title: Nova and Horizon allow to perform inappropriate actions for baremetal node

[Yahoo-eng-team] [Bug 1484586] [NEW] file injection fails when using fallback method

2015-08-13 Thread Paul Carlton
Public bug reported: Trying to perform file injection without libguestfs, i.e. fallback to using nbd. 2015-08-13 13:21:21 43295 DEBUG oslo_concurrency.processutils [req-e70d20d6-f42c-4d3e-8598-4dd1a76e09f5 61e0c3d7a0204bdeb647498c47599bc0 c942c664c4024ce4b5fe2bf8c3a21a3c] Running cmd

[Yahoo-eng-team] [Bug 1471967] Re: Fernet unit tests do not test persistence logic

2015-08-13 Thread Dolph Mathews
** Also affects: keystone/kilo Importance: Undecided Status: New ** Changed in: keystone/kilo Importance: Undecided = Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1484588] [NEW] glance startup gives ERROR: Could not bind to 0.0.0.0:9292 after trying for 30 seconds on stable-kilo after attempting service restart

2015-08-13 Thread John Griffith
Public bug reported: Have a running stable-kilo setup, recently did a restart of all services and glance won't start up. Following error in g-api log: 2015-08-13 09:44:29.916 28813 DEBUG glance.common.config [-] image_format.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw',