[Yahoo-eng-team] [Bug 1658594] Re: nova client using token auth failed

2017-01-22 Thread zhurong
** 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.launchpad.net/bugs/1658594 Title: nova client using token auth failed Status in OpenStack

[Yahoo-eng-team] [Bug 1658594] [NEW] nova client using token auth failed

2017-01-22 Thread zhurong
Public bug reported: Horizon using token to auth with nova client, but now it auth failed, logs can check this url: https://murano-ci.mirantis.com/logs/63/422963/2/check/gate-murano-dashboard-ubuntu/17b566b/artifacts/devstack/horizon.log full trace is here: 2017-01-21 02:39:00.065013 Traceback

[Yahoo-eng-team] [Bug 1658590] [NEW] Windows2012 r2 OS deployment getting Blue Screen death using .qcow2

2017-01-22 Thread Naidu G
Public bug reported: I was tried to deploy windows 2012 operating system as instance in my open stack set (Newton) To create instance I followed the below mentioned url http://docs.openstack.org/image-guide/windows-image.html Even I tried direct download qcow2 deployment also by using

[Yahoo-eng-team] [Bug 1656262] Re: test_floatingip_list_with_pagination failure

2017-01-22 Thread YAMAMOTO Takashi
** Changed in: networking-midonet 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/1656262 Title: test_floatingip_list_with_pagination failure

[Yahoo-eng-team] [Bug 1612174] Re: security bug - launch instance - XSS

2017-01-22 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1658571] [NEW] Microversion 2.37 break 2.32 usage

2017-01-22 Thread Zhenyu Zheng
Public bug reported: Device tagging support was added in microversion 2.32 http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/schemas/servers.py#n76 but in latter microversion 2.37 accidentally removed it:

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2017-01-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/415615 Committed: https://git.openstack.org/cgit/openstack/freezer/commit/?id=638efd25b4c998970e3ba20d812b49355489f872 Submitter: Jenkins Branch:master commit 638efd25b4c998970e3ba20d812b49355489f872 Author: Partha Bera

[Yahoo-eng-team] [Bug 1658551] [NEW] neutron_dynamic_routing tempest plugin shadows neutron's

2017-01-22 Thread YAMAMOTO Takashi
Public bug reported: neutron_dynamic_routing tempest plugin uses the same name as neutron's. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1658460] [NEW] Duplicate metadata iptables rules in HA router

2017-01-22 Thread Quan Tian
Public bug reported: For a HA router, when it's updated, the l3 agents which are standby would always call the after_router_added method, due to that only the active node spawn monitored metadata proxy. Then duplicate metadata rules are added to iptables table. Althrough these rules will not be

[Yahoo-eng-team] [Bug 1658415] [NEW] The name of _get_vm_ref_from_uuid is not consistent with its implementation

2017-01-22 Thread liuxiuli
Public bug reported: Bug description: The meaning of _get_vm_ref_from_uuid is to get vm_ref by instance uuid, but in its implementation it is to get vm_ref by instance name. It is a good idea to change the function name to be consistent with its implementation. ** Affects: nova