[Yahoo-eng-team] [Bug 1314034] [NEW] VMware driver can not retrieve vm_ref according to instance['name']

2014-04-29 Thread Kai Tong
Public bug reported: VMware driver always uses a method _get_vm_ref_from_name(session, instance['name'] in nova.virt.vmwareapi.vm_util to retrieve the vm_ref from vCenter (SDK). Actually the instance['name'] is the name assigned by openstack instead of the name assigned by VMware. The instance

[Yahoo-eng-team] [Bug 1314102] [NEW] Horizon fail to send rebuild instance command

2014-04-29 Thread Yogev Rabl
Public bug reported: Description of problem: The rebuild command fails when sent from the Horizon. The error in the horizon log is: 2014-04-29 08:51:57,586 27987 ERROR django.request Internal Server Error: /dashboard/project/instances/df65444f-7af6-4a52-a49e-98116c94e76e/rebuild Traceback

[Yahoo-eng-team] [Bug 1314125] [NEW] No errors when creating keystone tables when MySQL fails

2014-04-29 Thread Jaan Porkon
Public bug reported: By following documentation: http://docs.openstack.org/icehouse/install-guide/install/yum/content /keystone-install.html When MySQL controller is not changed in /etc/keystone/keystone.conf Then when you are using su -s /bin/sh -c keystone-manage db_sync keystone command

[Yahoo-eng-team] [Bug 1314130] [NEW] network freezes for some seconds after service neutron-plugin-openvswitch-agent restart

2014-04-29 Thread Michael Kazakov
Public bug reported: network freezes for some seconds after service neutron-plugin-openvswitch-agent restart Ubuntu 14.04 latest neutron code from http://ppa.launchpad.net/openstack-ubuntu-testing/icehouse/ubuntu ovs-vsctl (Open vSwitch) 2.0.1 neutron-openvswitch-agent log: 2014-04-29

[Yahoo-eng-team] [Bug 1226943] Re: Need Use built-in print() function instead of print statement

2014-04-29 Thread Nikhil Manchanda
** No longer affects: trove -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1226943 Title: Need Use built-in print() function instead of print statement Status in OpenStack Telemetry

[Yahoo-eng-team] [Bug 1314145] [NEW] In Containers page, long container/object name can break the page.

2014-04-29 Thread Robert Mizielski
Public bug reported: In the containers page, if the name of a container is too long, the objects table is no longer visible and the table is out of the screen (see screenshot). Test with this container name :

[Yahoo-eng-team] [Bug 1312858] Re: Keystone + Devstack fail when KEYSTONE_TOKEN_FORMAT=UUID

2014-04-29 Thread Dolph Mathews
Brant: Thanks! ** Changed in: keystone Status: Incomplete = Invalid ** Changed in: devstack Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1314269] [NEW] missing code after patch in nova/tests/virt/libvirt/test_imagebackend.py

2014-04-29 Thread Hauke Bruno
Public bug reported: nova-compute.log on kvm: 2014-04-28 14:51:57.294 14659 ERROR nova.compute.manager [req-e9768eff-116d-4681-9ff6-3ab51dbbdee0 c460eaefef634e4bab938915224a6201 e159f0e56ea545bd84529fc38063 ceee] [instance: 61a3e08f-b22f-47a8-a815-f586422860ef] Instance failed to spawn

[Yahoo-eng-team] [Bug 1314285] [NEW] /v2.0/tokens/revoked resource not part of the API

2014-04-29 Thread Brian Lamar
Public bug reported: A recent change (https://review.openstack.org/#/c/78241) checks cached tokens against the Revoked Token List. This makes the auth_token.py middleware do a GET /v2.0/tokens/revoked every time a cached token is used/validated. The issue is that I can't find any documentation

[Yahoo-eng-team] [Bug 1314285] Re: /v2.0/tokens/revoked resource not part of the API

2014-04-29 Thread Dolph Mathews
It is an undocumented API in v2, and has been superseded by a v3 extension that is much more efficient: https://github.com/openstack/identity-api/blob/master/openstack- identity-api/v3/src/markdown/identity-api-v3-os-revoke-ext.md I moved this to openstack-api-site assuming you were intending

[Yahoo-eng-team] [Bug 1314313] [NEW] Firewall fails to become active within 300 seconds

2014-04-29 Thread Salvatore Orlando
Public bug reported: Upstream jobs are revealing that a FWaaS extension test is failing because the firewall does not become active within tempest's timeout (300 seconds). It seems the l3 agent receives the firewall create notification from the neutron server but then either the firewall is not

[Yahoo-eng-team] [Bug 1314340] [NEW] db_sync throws CRITICAL KeyError: VerNum(1)

2014-04-29 Thread Justin Shepherd
Public bug reported: On Ubuntu14.04 # cd /opt # git clone https://github.com/openstack/keystone # cd keystone # virtualenv .venv # tools/with_venv.sh pip install -r requirements.txt Successfully installed pbr WebOb eventlet greenlet netaddr PasteDeploy Paste Routes six SQLAlchemy

[Yahoo-eng-team] [Bug 1314354] [NEW] CONF.auth_url option used inconsistently

2014-04-29 Thread Nicolas Simonds
Public bug reported: The Glance registry API will look at the running environment for an $OS_AUTH_URL variable, and if set, it will adjust its auth strategy accordingly. But even if the value is set in the environment, only the value in the config file is used. This is inconsistent. To

[Yahoo-eng-team] [Bug 1314352] [NEW] non-ascii volume type name causes problems

2014-04-29 Thread Cindy Lu
Public bug reported: ==How to Reproduce== 1. Go to Admin Volumes 2. Click on 'Create Volume Type' 3. Enter in a non-ascii string. I used: zarzÄ…dzania 4. This will create an entry in the table successfully. Problem arises if you go to Admin System Info. Please see screenshot. Not sure if

[Yahoo-eng-team] [Bug 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-04-29 Thread Robert Collins
** Changed in: tripleo Status: Fix Committed = 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/1280941 Title: metadata agent throwing AttributeError: 'HTTPClient'

[Yahoo-eng-team] [Bug 1301373] Re: nova net-delete of associated network is not informative enough

2014-04-29 Thread Brent Eagles
Is this really affecting the keystoneclient as well or was it simply that the wrong project was picked when the bz was submitted? ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1301373] Re: nova net-delete of associated network is not informative enough

2014-04-29 Thread Dolph Mathews
Nothing here seems relevant to keystoneclient AFAICT, please re-add if I'm mistaken. ** No longer affects: python-keystoneclient -- 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 1314384] [NEW] The popup don't appear when click on 'Launch an Instance'

2014-04-29 Thread isador999
Public bug reported: When I click on 'Launch Instance', just Loading ... screen is displayed infinitely. I press 'Escape', I click on another control button, this other popup is displayed. When I close (or valid) this new popup, I can see the popup 'Launch an Instance' , like it was

[Yahoo-eng-team] [Bug 1285323] Re: Services fail to shut down on the old side of Grenade

2014-04-29 Thread Joe Gordon
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1285323 Title: Services fail to shut down on the old side of Grenade

[Yahoo-eng-team] [Bug 1314450] [NEW] cannot get 'data_types' opt in MixedDataTableView

2014-04-29 Thread Alver
Public bug reported: Cannot get 'data_types' and 'data_type_name' options while using MixedDataTableView. In horizon/tables/views.py, line237: for data_type in table.data_types: should be for data_type in table._meta.data_types: while in line 252:

[Yahoo-eng-team] [Bug 1314472] [NEW] ofagent: AttributeError: 'OFANeutronAgent' object has no attribute 'updated_ports'

2014-04-29 Thread YAMAMOTO Takashi
Public bug reported: OFANeutronAgent.__init__() calls setup_rpc(), which spawns a thread to consume RPCs. self.updated_ports, which is accessed by an RPC handler, port_update(), has not been initialized at this point. ** Affects: neutron Importance: Undecided Status: New -- You