[Yahoo-eng-team] [Bug 1253497] Re: Replace uuidutils.generate_uuid() with str(uuid.uuid4())

2017-07-10 Thread Spencer Yu
** Also affects: karbor Importance: Undecided Status: New ** Changed in: karbor Assignee: (unassigned) => Spencer Yu (yushb) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1

[Yahoo-eng-team] [Bug 1703511] [NEW] Attach/detach volume should not showed in instance actions when cinder disabled

2017-07-10 Thread Min Sun
Public bug reported: At Instances index view, Attach volume/ Detach volume are showed on drop list of an instance even cinder not enabled. ** Affects: horizon Importance: Undecided Assignee: Min Sun (minsu) Status: New -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1703510] [NEW] ML2-Linuxbridge not keep routes on physical interface

2017-07-10 Thread Aihua Edward Li
Public bug reported: When using ML2-Linuxbridge flat network, the bridge is dynamically created when the first VM using the flat network is provisioned. The bridge is dynamically deleted when the last VM using the flat network is deleted. During the switch over, all configuration on the physical

[Yahoo-eng-team] [Bug 1700454] Re: "Quota exceeded for instances" in fwaas tempest tests

2017-07-10 Thread YAMAMOTO Takashi
i haven't seen it recently. i guess it has been fixed in the meantime. ** Changed in: neutron Status: New => Invalid ** Changed in: networking-midonet Status: In Progress => Invalid ** Changed in: networking-midonet Importance: Critical => Undecided -- You received this bug no

[Yahoo-eng-team] [Bug 1670627] Re: quota is always in-use after delete the ERROR instances

2017-07-10 Thread Matt Riedemann
Should be fixed in Ocata 15.0.1. ** Changed in: nova/ocata 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/1670627 Title: quot

[Yahoo-eng-team] [Bug 1703488] [NEW] Database not delete PCI info after device is removed from host and nova.conf

2017-07-10 Thread Eddie Yen
Public bug reported: Hi, this is my 1st time write this report at Launchpad. ===Description=== I'm using Mitaka installed by Fuel 9.2, and I meet a issue that the info didn't remove at pci_devices table in Nova Database after I removed one of the device from compute node and nova.conf ===How

[Yahoo-eng-team] [Bug 1703486] [NEW] instance catalogue residual after excute resize-revert

2017-07-10 Thread tangxing
Public bug reported: images_type configuration is rbd,but the instance catalogue is not shared.After exceute resize revert, the instance catalogue will residual in destination node.This will affect live-migration later.When the imagebacken is RBd, we think this is shared storage, but in actual env

[Yahoo-eng-team] [Bug 1486127] Re: No API reference of RBAC API

2017-07-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/479134 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=ee0fc48f7c76a61ea02eb42b5f7f368d576601ea Submitter: Jenkins Branch:master commit ee0fc48f7c76a61ea02eb42b5f7f368d576601ea Author: Felipe Monteiro Date: Fri Jun 30 05:14

[Yahoo-eng-team] [Bug 1703467] [NEW] assert_admin is checking default policy rule not admin_required

2017-07-10 Thread Matthew Edmonds
Public bug reported: https://github.com/openstack/keystone/commit/40c118d6ba94b15d6f66da618e1d368a0f876340 broke all places calling assert_admin. Previously, assert_admin checked the "admin_required" rule. With that change, assert_admin now checks the "identity:admin_required" rule. That rule is n

[Yahoo-eng-team] [Bug 1698517] Re: DVR FIP namespace missing default route after upgrade

2017-07-10 Thread Kevin Benton
** Changed in: neutron Status: In Progress => 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/1698517 Title: DVR FIP namespace missing default route after upgrade Sta

[Yahoo-eng-team] [Bug 1703457] Re: RFE: More intuitive usage of --min and --max arguments in openstack server create

2017-07-10 Thread Matt Riedemann
*** This bug is a duplicate of bug 1458122 *** https://bugs.launchpad.net/bugs/1458122 This is a duplicate of bug 1458122. ** This bug has been marked a duplicate of bug 1458122 nova shouldn't error if we can't schedule all of max_count instances at boot time -- You received this bug no

[Yahoo-eng-team] [Bug 1703457] [NEW] RFE: More intuitive usage of --min and --max arguments in openstack server create

2017-07-10 Thread Sai Sindhur Malleni
*** This bug is a duplicate of bug 1458122 *** https://bugs.launchpad.net/bugs/1458122 Public bug reported: Currently the --min argument passed to openstack server create is only used to check the Quota but once the Quota check passes, if the --max number of instances can't be scheduled all i

[Yahoo-eng-team] [Bug 1483853] Re: Cannot set the VXLAN UDP destination port to 4789 using Linux Bridge

2017-07-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/468911 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d7c4428525dac6cbde005f51bcd44b12ebc3bc0a Submitter: Jenkins Branch:master commit d7c4428525dac6cbde005f51bcd44b12ebc3bc0a Author: Gyorgy Szombathelyi Date: Mon May 29 16:21

[Yahoo-eng-team] [Bug 1703369] Re: get_identity_providers policy should be singular

2017-07-10 Thread Jeremy Stanley
Just to confirm, this is only a risk for the upcoming Pike release, not a defect in current supported stable branches? If so, we would not issue a security advisory unless it remains unfixed at release time per report class Y ("Vulnerability only found in development release") in our taxonomy: http

[Yahoo-eng-team] [Bug 1703413] [NEW] Allow to set UDP ports for VXLAN in Linuxbridge agent

2017-07-10 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/468911 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option ne

[Yahoo-eng-team] [Bug 1703392] [NEW] default rule no longer applies with policy in code

2017-07-10 Thread Matthew Edmonds
Public bug reported: The following should not exist in keystone/common/policies/base.py: policy.RuleDefault( name='default', check_str='rule:admin_required') because a default rule should no longer apply with policy in code. If we've correctly defined all policy rules in code

[Yahoo-eng-team] [Bug 1703305] Re: some functions are deprecated in tempest

2017-07-10 Thread Matthew Treinish
This isn't actually a bug in tempest, those are interfaces that will be removed in a future version. The neutron tempest plugin is using them which is causing the warning to be emitted. The issue is that the neutron plugin code needs to be updated ** Changed in: tempest Status: New => Inval

[Yahoo-eng-team] [Bug 1703390] [NEW] Allow setting default region to log into

2017-07-10 Thread Jiri Suchomel
Public bug reported: This is based on the solution provided with https://bugs.launchpad.net/horizon/+bug/1506825 by Timur Sufiev. The point is to have a setting (in local_settings.py) that allows user to set the value of the default region to log into. If it is specified (and no other region is s

[Yahoo-eng-team] [Bug 1663225] Re: ironic does not clean or shutdown nodes if nova-compute is down at the moment of 'nova delete'

2017-07-10 Thread George Shuklin
This problem exists in Ironic regardless of bot attempts to sweep it under the expiration rug. ** Changed in: nova Status: Expired => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bug

[Yahoo-eng-team] [Bug 1703369] [NEW] get_identity_providers policy should be singular

2017-07-10 Thread Matthew Edmonds
Public bug reported: identity:get_identity_providers should be identity:get_identity_provider (singular) since a GET is targeted on a single provider. found in master (pike) ** Affects: keystone Importance: Undecided Assignee: Matthew Edmonds (edmondsw) Status: In Progress **

[Yahoo-eng-team] [Bug 1703360] [NEW] Don't show IPv6 addresses when selecting port for floating IP

2017-07-10 Thread Dr. Jens Rosenboom
Public bug reported: A floating IP can only be associated with an IPv4 address, trying to use an IPv6 address leads to an error like this: Error: Bad floatingip request: Cannot process floating IP association with fdb7:6005:3c07:0:f816:3eff:fe94:35d4, since that is not an IPv4 address. Neutron se

[Yahoo-eng-team] [Bug 1417305] Re: Default value for Physical Network is hardcoded value

2017-07-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/476453 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=449aa1a48cc7260ffc3c78570334e9ee2fbc51cb Submitter: Jenkins Branch:master commit 449aa1a48cc7260ffc3c78570334e9ee2fbc51cb Author: Beth Elwell Date: Thu Jun 22 11:20:33 2017

[Yahoo-eng-team] [Bug 1703347] [NEW] insert_rule/remove_rule in policy.json should be moved to neutron-fwaas

2017-07-10 Thread Akihiro Motoki
Public bug reported: etc/policy.json in the neutron repo contains 'insert_rule' and 'remove_rule' which are specific to neutron-fwaas [1]. They should be moved to neutron-fwaas. [1] https://github.com/openstack/neutron/blob/master/etc/policy.json#L121-L122 ** Affects: neutron Importance: Lo

[Yahoo-eng-team] [Bug 1703340] [NEW] Login twice after 'service apache2 restart'

2017-07-10 Thread Vladislav Kuzmin
Public bug reported: After restart Apache/Horizon I need to login twice. Step to reproduce: 1. Go to login page 2. sudo service apache2 restart 3. Log in as admin. After that, you will be redirected back to the login page 4. You need type login and password one more time Expected behaviour: Afte

[Yahoo-eng-team] [Bug 1703340] [NEW] Login twice after 'service apache2 restart'

2017-07-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After restart Apache/Horizon I need to login twice. Step to reproduce: 1. Go to login page 2. sudo service apache2 restart 3. Log in as admin. After that, you will be redirected back to the login page 4. You need type login and password one more time Exp

[Yahoo-eng-team] [Bug 1703318] [NEW] add gateway on router for L3 API

2017-07-10 Thread feyman
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: __ - [x ] This is a doc addition request. - [ ] I have a fix to

[Yahoo-eng-team] [Bug 1703313] [NEW] DataTable column level policy_rules(allowed function) throw exception

2017-07-10 Thread Li Rita
Public bug reported: Version: Ocata Problem: The function allowed(self, request) in class Column which is in horizon/tables/base.py will throw exception "TypeError: 'str' object is not callable" if you add the "policy_rules" for DataTable column. I check the history: In bellowing changelist, th

[Yahoo-eng-team] [Bug 1703311] [NEW] gkk

2017-07-10 Thread kaikaige
Public bug reported: gkk test ** Affects: nova Importance: Undecided Assignee: kaikaige (krunerge) Status: New ** Changed in: nova Assignee: (unassigned) => kaikaige (krunerge) -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1703303] [NEW] compute.pp fails during installation on rhel 7.4

2017-07-10 Thread Anandprakash
Public bug reported: I was trying to install packstack on rhel 7.4, but I am getting following error- ^[[1;31mError: /Stage[main]/Packstack::Nova::Compute::Libvirt/File_line[libvirt-guests]: Could not evaluate: No such file or directory - /etc/sysconfig/libvirt-guests^[[0m ^[[1;31mError: /Stage