[Yahoo-eng-team] [Bug 1461779] [NEW] Nuage plugin is missing configuration

2015-06-03 Thread Wim De Clercq
Public bug reported: The nuage_plugin.ini file is missing parameters for the correct functioning of floatingip rate limiting usable in the plugin. ** Affects: neutron Importance: Undecided Assignee: Wim De Clercq (declewi) Status: New ** Changed in: neutron Assignee: (una

[Yahoo-eng-team] [Bug 1461777] [NEW] NUMA cell overcommit can leave NUMA cells unused

2015-06-03 Thread Belmiro Moreira
Public bug reported: NUMA cell overcommit can leave NUMA cells unused When no NUMA configuration is defined for the guest (no flavor extra specs), nova identifies the NUMA topology of the host and tries to match the cpu placement to a NUMA cell ("cpuset"). The cpuset is selected randomly. pin_

[Yahoo-eng-team] [Bug 1461776] [NEW] Error messages are encoded to HTML entity

2015-06-03 Thread Ankit Agrawal
Public bug reported: If you pass min_disk as -1 to the image create command, then it show following error message on the command prompt. $ glance image-create --name test --container-format bare --disk-format raw --file --min-disk -1 400 Bad Request: Invalid value '-1' for parameter 'min_disk':

[Yahoo-eng-team] [Bug 1461752] [NEW] Error at listener's barbican container validation

2015-06-03 Thread santosh
Public bug reported: There is a error while validating the barabican container associated with listener (tls and sni) at plugin layer. In validate_tls_container() ,contain_id is passed where as it is expecting container_ref. def _validate_tls(self, listener, curr_listener=None): def va

[Yahoo-eng-team] [Bug 1461750] [NEW] two unit test cases not pass for kilo version

2015-06-03 Thread Eric Xie_TECS
Public bug reported: 1. environment & version redhat 7 nova-2015.1.0 2. log == FAIL: nova.tests.unit.test_versions.VersionTestCase.test_version_string_with_package_is_good

[Yahoo-eng-team] [Bug 1461743] [NEW] nova libvirt creates vm with i686 for X86_64 images.

2015-06-03 Thread Sean McCully
Public bug reported: cpu_mode=host-model With cpu_mode host-model, nova is creating vm instances with /usr/sbin/qemu-system-i386 i686 emulator, the causes the VM/Images with X86_64 based OS to fail to boot. setting cpu_mode explicitly to custom and cpu_model=SandyBridge resolves this. Don't th

[Yahoo-eng-team] [Bug 1461740] [NEW] fallocate fails with No such file or directory

2015-06-03 Thread Sean McCully
Public bug reported: preallocate_images=space fallocate fails with No such file or directory. Not sure how this is supposed to work, but fallocate fails because disk.fallocate_test file does not exist. ** Affects: nova Importance: Undecided Assignee: Sean McCully (sean-mccully)

[Yahoo-eng-team] [Bug 1461732] [NEW] duplicate detach volume in nova

2015-06-03 Thread jazeltq
Public bug reported: right now, there are risk that nova will process duplicate detach request. To recur this problem. You can 1) create a server 2) attach a volume 3) detach multi-times you can use the bash downside: for i in {1..20} do nova volume-detach server-id vol

[Yahoo-eng-team] [Bug 1461733] [NEW] duplicate detach volume in nova

2015-06-03 Thread jazeltq
Public bug reported: right now, there are risk that nova will process duplicate detach request. To recur this problem. You can 1) create a server 2) attach a volume 3) detach multi-times you can use the bash downside: for i in {1..20} do nova volume-detach server-id vol

[Yahoo-eng-team] [Bug 1461734] [NEW] duplicate detach volume in nova

2015-06-03 Thread jazeltq
Public bug reported: right now, there are risk that nova will process duplicate detach request. To recur this problem. You can 1) create a server 2) attach a volume 3) detach multi-times you can use the bash downside: for i in {1..20} do nova volume-detach server-id vol

[Yahoo-eng-team] [Bug 1461728] Re: V2.0 API not calling defined external auth

2015-06-03 Thread Jeremy Stanley
Since this report concerns a possible security risk, an incomplete security advisory task has been added while the core security reviewers for the affected project or projects confirm the bug and discuss the scope of any vulnerability along with potential solutions. ** Also affects: ossa Import

[Yahoo-eng-team] [Bug 1460786] Re: Primary and secondary DNS servers get swapped

2015-06-03 Thread John Griffith
Removing Cinder and moving to Neutron ** Also affects: neutron Importance: Undecided Status: New ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1460

[Yahoo-eng-team] [Bug 1461714] [NEW] Do not remove dhcp agent bindings if no alive agents are available

2015-06-03 Thread Eugene Nikanorov
Public bug reported: In some cases all DHCP agents become unavailable for neutron-server (primary cause of that is an issue with amqp), so network rescheduling will remove networks from all agents. When then agents will be available again, autoscheduling will not happen because there is no reason

[Yahoo-eng-team] [Bug 1461694] [NEW] incorrect path referenced in nova/doc/README.rst

2015-06-03 Thread eeway
Public bug reported: An incorrect path is referenced in the Nova Documentation README. It states the "Building the Documentation" section is in doc/source/devref/development.environment.rst. Devref is a non-existent directory. The file is actually in doc/source/development.environment.rst. *

[Yahoo-eng-team] [Bug 1461678] [NEW] nova error handling causes glance to keep unlinked files open, wasting space

2015-06-03 Thread Chris Friesen
Public bug reported: When creating larger glance images (like a 10GB CentOS7 image), if we run into situation where we run out of room on the destination device, we cannot recover the space from glance. glance-api will have open unlinked files, so a TONNE of space is unavailable until we restart g

[Yahoo-eng-team] [Bug 1461673] [NEW] request path does not seem correct in keystone debug log

2015-06-03 Thread Guang Yee
Public bug reported: Installed the latest devstack and you'll see a bunch of these in key.log. 2015-06-03 12:50:42.200204 36393 INFO keystone.common.wsgi [-] GET http://192.168.1.1:5000/v3/users/7efe8fbb83364bb1b5b3171467c8da9c/projects/users/7efe8fbb83364bb1b5b3171467c8da9c/projects/users/7efe8f

[Yahoo-eng-team] [Bug 1461665] [NEW] nova.tests.unit.db.test_db_api sets up quotas incorrectly

2015-06-03 Thread Davanum Srinivas (DIMS)
Public bug reported: Faced this problem when porting tests to python3. user_quotas[res] field is bring populated with the class object instead of hard_limit. python2 is magically allowing "user_quotas[res] >= 0" to succed when that variable has nova.db.sqlalchemy.models.Quota or nova.db.sqlalchemy

[Yahoo-eng-team] [Bug 1236326] Re: AttributeError: 'Client' object has no attribute 'ec2'

2015-06-03 Thread Morgan Fainberg
** Changed in: python-keystoneclient 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/1236326 Title: AttributeError: 'Cli

[Yahoo-eng-team] [Bug 1461653] [NEW] Attaching volume fails if keystone has multiple endpoints of Cinder (juno)

2015-06-03 Thread David M. Zendzian
Public bug reported: I recently deployed my 2nd OpenStack Juno region and as soon as the cinder node came up in the 2nd region attaching of volumes stopped working in both regions. I have tested through horizon & directly on the command line using nova & cinder. I have OS_REGION_NAME specified a

[Yahoo-eng-team] [Bug 1461095] Re: Token is not revoked when removing a user from project in Horizon

2015-06-03 Thread Tristan Cacqueray
** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1461095 Title: Tok

[Yahoo-eng-team] [Bug 1461647] [NEW] HA - creating an ha router fails with internal sever error

2015-06-03 Thread Adolfo Duarte
Public bug reported: When use attempts to create an ha router, the creation fails with an internal server error message. After the first attempt, the command "neutron net-list" starts to fail with internal error as well. The cause seems to be the creation of the ha_network. After the first a

[Yahoo-eng-team] [Bug 1461642] [NEW] libvirt-xen: Race between nova and a Xen script for updating the iptables

2015-06-03 Thread Anthony PERARD
Public bug reported: This is with nova-network. When we create an instance, libxl (used by libvirt) is going to call a script to setup the vif, add it to the bridge, and update the iptables. Sometime, the iptables call in the script fail, with exit status 4, and this result in an instance creatio

[Yahoo-eng-team] [Bug 1461641] [NEW] Show wait spinner after submit of Angular Launch Instance

2015-06-03 Thread Tyr Johanson
Public bug reported: The angular version of the launch instance dialog disappears when you submit. Instead, it should give some indication that work is happening until the request is acknowledged by Openstack. In development environments the time between submit and acknowledge is very small, but

[Yahoo-eng-team] [Bug 1461638] [NEW] when booting with a blank volume without supplied size - it will just get ignored

2015-06-03 Thread Nikola Đipanov
Public bug reported: $ nova boot --image cirros-0.3.4-x86_64-uec --flavor 1 --block-device source=blank,dest=volume testvm-blank The above line would be accepted as a valid boot request, but no blank volume would be created. The reason is that: https://github.com/openstack/nova/blob/46bba88413c9

[Yahoo-eng-team] [Bug 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2015-06-03 Thread Alistair Coles
** Also affects: python-swiftclient Importance: Undecided Status: New ** Changed in: python-swiftclient Status: New => In Progress ** Changed in: python-swiftclient Assignee: (unassigned) => Alistair Coles (alistair-coles) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1236326] Re: AttributeError: 'Client' object has no attribute 'ec2'

2015-06-03 Thread Steve Martinelli
** Also affects: python-openstackclient Importance: Undecided Status: New -- 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/1236326 Title: AttributeError: 'C

[Yahoo-eng-team] [Bug 1453925] Re: BGP Dynamic Routing

2015-06-03 Thread Carl Baldwin
I marked this invalid because it is not required for existing specs until Liberty-1 and I won't update it to follow the new guidelines until that is necessary. Please ignore this and use the blueprint for up-to- date information. ** Changed in: neutron Status: New => Invalid -- You recei

[Yahoo-eng-team] [Bug 1461572] [NEW] Minimum qemu version for discard support is 1.5

2015-06-03 Thread Mike Lowe
Public bug reported: While the minimum version of qemu that supports discard on qcow2 is 1.6, it is incorrect to limit discard support to this version as qemu 1.5 supports discard for iscsi and rbd and possibly others. The release notes are clear, with qemu 1.5 and better discard support depends

[Yahoo-eng-team] [Bug 1358297] Re: Port doesn't receive IP SLAAC in subnets with Router advertisements without dnsmasq

2015-06-03 Thread Sean M. Collins
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1358297 Title: Port doesn't receive IP SLAAC in subnets with Router advertisements w

[Yahoo-eng-team] [Bug 1461484] Re: '@staticmethod' need to be used where 'self' is not used

2015-06-03 Thread Louis Taylor
I don't believe this should be a rule. This isn't java, and if we need to use those methods from outside an instance of a class, we should first evaluate whether it can be a regular function. If we really need those functions to be attached to particular classes, then use @staticmethod. ** Changed

[Yahoo-eng-team] [Bug 1461251] Re: Stop using deprecated oslo_utils.timeutils.isotime

2015-06-03 Thread Dolph Mathews
Added oslo to this bug for unacceptably impacting at least keystone and heat, by not providing a viable alternative capable of maintaining backward compatibility with existing public APIs. Keystone's solution is to stop using oslo.timeutils in this instance, and instead move the deprecated timeuti

[Yahoo-eng-team] [Bug 1461539] [NEW] Linuxbridge neutron agent should exit gracefully on receiving SIGTERM

2015-06-03 Thread Elena Ezhova
Public bug reported: OVS neutron agent already supports handling SIGTERM signals, linuxbridge has to adopt this feature. ** Affects: neutron Importance: Undecided Assignee: Elena Ezhova (eezhova) Status: In Progress ** Tags: linuxbridge ** Tags added: linuxbridge -- You re

[Yahoo-eng-team] [Bug 1295280] Re: Dependency Injection always injects optional after import

2015-06-03 Thread David Stanek
Optional dependencies are going away soon: https://review.openstack.org/#/c/162770/ ** Changed in: keystone Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1246201] Re: Live migration fails when the instance has a config_drive_format=iso9660

2015-06-03 Thread Matt
Hi, Is https://review.openstack.org/#/c/168646/ likely to be merged into IceHouse? ** Also affects: ubuntu Importance: Undecided Status: New ** No longer affects: ubuntu -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1461519] [NEW] Enabling ml2 port security extension driver causes net-list to fail on existing deployment

2015-06-03 Thread Magesh GV
Public bug reported: I had a kilo setup where there were a few existing networks. Then I enabled the port security extension driver in ml2_conf.ini. After this net-list fails because the extension driver tries to access the fields(port security related) which were never set for the old networks.

[Yahoo-eng-team] [Bug 1461095] Re: Token user's not revoked

2015-06-03 Thread Vlad Okhrimenko
** Project changed: horizon => keystone ** Changed in: keystone Status: Incomplete => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1461095 Title: Token user's not revoked

[Yahoo-eng-team] [Bug 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2015-06-03 Thread Christian Schwede
** Also affects: swift Importance: Undecided Status: New ** Changed in: swift Status: New => In Progress ** Changed in: swift Assignee: (unassigned) => Christian Schwede (cschwede) -- You received this bug notification because you are a member of Yahoo! Engineering Team, w

[Yahoo-eng-team] [Bug 1461486] [NEW] Tunnel is not getting formed between Network and Compute node in non DVR mode for KVM hypervisors

2015-06-03 Thread Jatin Mehta
Public bug reported: [01;31m2015-06-03 02:05:31.053 TRACE neutron.agent.common.ovs_lib ^[[01;35m^[[00mTraceback (most recent call last): ^[[01;31m2015-06-03 02:05:31.053 TRACE neutron.agent.common.ovs_lib ^[[01;35m^[[00m File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_ag

[Yahoo-eng-team] [Bug 1461484] [NEW] '@staticmethod' need to be used where 'self' is not used

2015-06-03 Thread Pranali Deore
Public bug reported: https://github.com/openstack/glance/blob/master/glance/api/v1/members.py#L40 def _check_can_access_image_members(self, context): if context.owner is None and not context.is_admin: raise webob.exc.HTTPUnauthorized(_("No authenticated user"))

[Yahoo-eng-team] [Bug 1461473] [NEW] Unable to call neutron v2 API from nova: AuthorizationFailure: No valid authentication is available

2015-06-03 Thread Jerry Cai
Public bug reported: When I call neutron v2 API from nova driver, it reported AuthorizationFailure, I've no idea about how this happen and in previous verion, there is no problem: Traceback (most recent call last): File "/opt/mydriver/compute/manager.py", line 2006, in _fix_instance_nw_info

[Yahoo-eng-team] [Bug 1461434] [NEW] User in a group does not inherit the group's role

2015-06-03 Thread Dixon Siu
Public bug reported: Manual states that a user in a group also has the group's role. In Icehouse's single domain mode, I created user1 (with member role) and assigned user1 to group1. Then, I assigned "admin" role to group1 (domain group). According to the manual, user1 should has 2 roles (admin,

[Yahoo-eng-team] [Bug 1461414] [NEW] Missing instance disk IO control for rbd backend

2015-06-03 Thread ChangBo Guo(gcb)
Public bug reported: We support instance disk IO control through libvirt domain element like: 102400 Abstract class Image's method libvirt_info set the iotune values from instance extra_specs. see https://github.com/openstack/nova/blob/master/nova/virt/libvirt/imag