[Yahoo-eng-team] [Bug 1391761] [NEW] info about migration is not appropriate

2014-11-11 Thread jichenjc
Public bug reported: ---++++ | Source Node | Dest Node | Source Compute | Dest Compute| Dest Host | Status| Instance UUID| Old Flavor | New Flavor | Created At

[Yahoo-eng-team] [Bug 1391748] [NEW] volume api for fetching volumes does not honor search filter

2014-11-11 Thread Subhadeep De
Public bug reported: The get_all api to fetch all volumes does not pass the search options parameter to the cinder API call. Here is the stub: def get_all(self, context, search_opts=None): search_opts = search_opts or {} items = cinderclient(context).volumes.list(detailed

[Yahoo-eng-team] [Bug 1300800] Re: Nova boot fails if sbin not in path

2014-11-11 Thread Tom Fifield
Thanks Thomas, marking as invalid for manuals. ** Changed in: openstack-manuals Status: Triaged => Invalid ** Changed in: openstack-manuals Milestone: juno => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSt

[Yahoo-eng-team] [Bug 1391737] [NEW] tenant id not checked in flavor-access-add

2014-11-11 Thread Abhishek Talwar
Public bug reported: Nova flavor-access-add command does not validate the tenant and you can provide any random string as the tenant and it gets added. You can see the output through flavor-access-list, this can cause confusion as a tenant that does not exists gets added. It should give a comma

[Yahoo-eng-team] [Bug 1224539] Re: long response time when trying to add a new volume while deleting another

2014-11-11 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 (Horizon).

[Yahoo-eng-team] [Bug 1353554] Re: Neutron test suite leaks memory like a sieve (still)

2014-11-11 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1353554 Ti

[Yahoo-eng-team] [Bug 1391714] [NEW] ryu plugin removal

2014-11-11 Thread YAMAMOTO Takashi
Public bug reported: ryu plugin was marked deprecated in Juno. this bug is to track the removal for Kilo. relevant neutron meeting log: http://eavesdrop.openstack.org/meetings/networking/2014/networking.2014-08-11-21.00.html we (ryu team) recommend users to migrate to ofagent, on which we aim t

[Yahoo-eng-team] [Bug 1391699] [NEW] nova vm networking failed to initialize as step after interface creation failed.

2014-11-11 Thread Julia Kreger
Public bug reported: On a juno-2 TripleO based system, after performing a node upgrade via `nova rebuild`, we encountered an issue where some virtual machines were unreachable. Upon further investigation, we found that the OVS VIF was missing, and the root cause was that the re-creation failed as

[Yahoo-eng-team] [Bug 1391698] [NEW] Sahara should handle 100 response on row update

2014-11-11 Thread Andrew Lazarev
Public bug reported: I created cluster and was waiting while it is Active. After some time I observed in Sahara logs that cluster is already Active. In Horizon it was still in Starting state and didn't update. Here what I see in horizon logs: [12/Nov/2014 00:07:13] "GET /project/data_processing/

[Yahoo-eng-team] [Bug 1391695] [NEW] IPv6 network info translation support for rhel

2014-11-11 Thread Shraddha Pandhe
Public bug reported: Cloud-init currently doesn’t parse ipv6 network information from the OpenStack Nova's disk.config. Here’s the code that does the parsing: https://github.com/number5/cloud-init/blob/master/cloudinit/distros/rhel.py#L65-L98 Whereas, the IPv6 network-scripts/ifcfg file is expe

[Yahoo-eng-team] [Bug 1391691] [NEW] Add Metadef Tag Support

2014-11-11 Thread Wayne
Public bug reported: This defect will introduce the first round of support for Metadef Tags. Both DB and API CRUD operations for the metadef_tags table will be supported. The metadef_tags table is: CREATE TABLE `metadef_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `namespace_id` int(11)

[Yahoo-eng-team] [Bug 1391682] [NEW] Parameter validation for projects crud should not happen in drivers

2014-11-11 Thread Henry Nash
Public bug reported: Currently the assignment sql & ldap drivers to name cleansing on the project name - this should really be done in the manager to avoid this duplication. ** Affects: keystone Importance: Low Status: New ** Changed in: keystone Importance: Undecided => Low --

[Yahoo-eng-team] [Bug 1226336] Re: interruped vm delete operation leads to active but unaccessable vm

2014-11-11 Thread melanie witt
*** This bug is a duplicate of bug 1180178 *** https://bugs.launchpad.net/bugs/1180178 ** This bug has been marked a duplicate of bug 1180178 Instance IP addresses are re-used even when previous instance could not be powered off -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1390922] Re: storing extra attributes of user in keystone

2014-11-11 Thread Morgan Fainberg
This functionality already exists within the API. It is not well documented - but in essence for many entity-types you can pass arbitrary attribute/value pairs in the update/create process and store them within the entity. Largely this has been discussed as something we would like to *stop* suppor

[Yahoo-eng-team] [Bug 1391507] Re: [UI] AttributeError if open tab "job executions" and cluster for job execution are deleted

2014-11-11 Thread Andrew Lazarev
** Also affects: horizon Importance: Undecided Status: New ** No longer affects: sahara ** Summary changed: - [UI] AttributeError if open tab "job executions" and cluster for job execution are deleted + [Sahara] AttributeError if open tab "job executions" and cluster for job executio

[Yahoo-eng-team] [Bug 1391382] Re: cannot view details of instance attached volume in Sahara dashboard

2014-11-11 Thread Andrew Lazarev
** No longer affects: sahara -- 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/1391382 Title: cannot view details of instance attached volume in Sahara dashboard St

[Yahoo-eng-team] [Bug 1390560] Re: Pylint bad-builtin

2014-11-11 Thread Kevin McDonald
** Changed in: neutron Status: In Progress => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1390560 Title: Pylint bad-builtin Status in OpenStack Neutron (virtual networ

[Yahoo-eng-team] [Bug 1388985] Re: Launch Stack doesn't apply parameters from environment file

2014-11-11 Thread Doug Fish
The UI is relying on a call to heat to parse and validate the template file https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/stacks/forms.py#L147 which maps through some additonal UI abstraction and python-heatclient to be the same call as heat template-vali

[Yahoo-eng-team] [Bug 1388985] [NEW] Launch Stack doesn't apply parameters from environment file

2014-11-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I'm using an environment file to pass a parameter into a simple heat template and the parameter is not relfected in the Horizon UI nor the created resource. To recreate: Project->Orchestration->Stacks->Launch Stack Provde the template.txt and env.txt file

[Yahoo-eng-team] [Bug 1391592] [NEW] multiple backend mapping generator fails with non-string ids

2014-11-11 Thread Steve Martinelli
Public bug reported: if user IDs in LDAP are all numeric employee numbers. Authentication as an LDAP user will fail, looks like our numeric IDs were being treated as ints: 2014-11-06 21:53:14.305 30602 TRACE keystone.common.wsgi File "/usr/lib/python2.7/site-packages/keystone/identity/id_gen

[Yahoo-eng-team] [Bug 1334651] Re: Nova api service outputs error messages when SIGHUP signal is sent

2014-11-11 Thread Ben Nemec
It appears this was fixed in Nova and there's nothing to be done in Oslo. Let me know if I'm wrong about that. ** Changed in: oslo-incubator Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSt

[Yahoo-eng-team] [Bug 1391382] Re: cannot view details of instance attached volume in Sahara dashboard

2014-11-11 Thread Andrew Lazarev
** Changed in: sahara Status: New => Invalid -- 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/1391382 Title: cannot view details of instance attached volume i

[Yahoo-eng-team] [Bug 1391382] Re: cannot view details of instance attached volume in Sahara dashboard

2014-11-11 Thread Andrew Lazarev
** Also affects: horizon Importance: Undecided Status: New ** Tags added: sahara -- 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/1391382 Title: cannot vie

[Yahoo-eng-team] [Bug 1391360] Re: DHCP response drops not documented

2014-11-11 Thread Eugene Nikanorov
** Project changed: neutron => openstack-manuals -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1391360 Title: DHCP response drops not documented Status in OpenStack Manuals: New Bug

[Yahoo-eng-team] [Bug 1391524] [NEW] alternate navigation broken

2014-11-11 Thread Matthias Runge
Public bug reported: horizon_dashboard_nav relies on menu organized in PanelGroups. When not using a PanelGroup, e.g in Identity dashboard, the last level of navigation is broken. This is apparently not an issue with Accordion Navigation. ** Affects: horizon Importance: Undecided Assig

[Yahoo-eng-team] [Bug 1391504] Re: Sample policies for Openstack

2014-11-11 Thread Andre Aranha
** 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/1391504 Title: Sample policies for Openstack Status in Cinder: In P

[Yahoo-eng-team] [Bug 1391504] [NEW] Sample policies for Openstack

2014-11-11 Thread Andre Aranha
Public bug reported: Regarding OpenStack policies, in general, the described roles seem quite complicated, it is not clear which roles are appropriated for each user. For example, in many policies it is defined just a global admin role. We would like to clarify what are the role organizations, for

[Yahoo-eng-team] [Bug 1391437] Re: glance_store 0.1.9 broke multiple unit tests

2014-11-11 Thread Alan Pevec
** Also affects: glance/juno Importance: Undecided Status: New ** Changed in: glance/juno Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/13914

[Yahoo-eng-team] [Bug 1391500] [NEW] recent gw64 test breaks overlapping_ips=False

2014-11-11 Thread Doug Wiegley
Public bug reported: This change: commit 18cf59700bb637403f27fa9a5fc0b8e24b91673f Author: Sergey Shnaidman Date: Tue Sep 2 22:05:00 2014 +0400 Create subnet without gateway and explicit IP ver Now it's impossible to create subnet without gateway in network tests. This patch a

[Yahoo-eng-team] [Bug 1391482] [NEW] Network status string value should be Titlecase rather then Uppercase

2014-11-11 Thread Daniel Korn
Public bug reported: When creating a resource one can view it's status in the designated cell of this resource's table. All status values are presented as Title case except networks's, appearing as Upper case. IMO we should change the networks status values presentation to match other resources

[Yahoo-eng-team] [Bug 1390380] Re: 'ascii' codec can't decode when create a instance

2014-11-11 Thread Eli Qiao
a fix found commit 60c90f73261efb8c73ecc02152307c81265cab13 Author: Rick Harris Date: Tue Jun 24 14:03:17 2014 -0500 libvirt+lxc: Unmount guest FS from host on error If an error occurs during `_create_domain`, we need to ensure that the guest's FS is unmounted from the host i

[Yahoo-eng-team] [Bug 1391443] [NEW] ds_util.py not hundle unicode exceptioin from error_util.FileNotFoundException

2014-11-11 Thread Xiang BZ Zhou
Public bug reported: summary: exception in functioin “file_exists” and “get_sub_folders" in module ds_util.py do not handle UnicodeEncodeError . when error_util.FileNotFoundException raised, some message are translated into local language. If the local evn is unicode os(like japanese), Unicode

[Yahoo-eng-team] [Bug 1391437] [NEW] glance_store 0.1.9 broke multiple unit tests

2014-11-11 Thread Ihar Hrachyshka
Public bug reported: Here is what we experience in stable/juno: http://logs.openstack.org /periodic-stable/periodic-glance- python26-juno/d0ea683/testr_results.html.gz This is because glance_store includes a new argument since: https://review.openstack.org/#/c/130755/ Should be fixed in master a

[Yahoo-eng-team] [Bug 1390380] Re: 'ascii' codec can't decode when create a instance

2014-11-11 Thread Eli Qiao
** Also affects: oslo.i18n 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/1390380 Title: 'ascii' codec can't decode when crea

[Yahoo-eng-team] [Bug 1390427] Re: nova.conf config options were removed

2014-11-11 Thread Derek Higgins
** 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 OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1390427 Title: nova.conf config options were removed