[Yahoo-eng-team] [Bug 1481595] [NEW] midonet: create type driver for midonet

2015-08-04 Thread Joe Mills
Public bug reported: A type driver is needed for midonet networks for use with the midonet mechanism driver. This bug is created to track progress. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1481588] [NEW] Wrong HA router state after setting the admin_state_up to False

2015-08-04 Thread Sridhar Gaddam
Public bug reported: In an L3 HA Setup with multiple network nodes, we can query the agent hosting the Master HA router via l3-agent-list-hosting-router. For example neutron l3-agent-list-hosting-router h1 +--+++---+-

[Yahoo-eng-team] [Bug 1481557] [NEW] kilo default cinder behavior changed

2015-08-04 Thread David Medberry
Public bug reported: Prior to Kilo, not having a: [cinder] os_region_name=SET set meant that nova would look in the region the nova call went to. As of Kilo, it appears to do an endpoint list and pull the first cinder endpoint it finds (even if it is in a different region.) I've not yet reproduc

[Yahoo-eng-team] [Bug 1471098] Re: Cinder volume stuck in swap_volume

2015-08-04 Thread Takashi NATSUME
** Changed in: cinder Status: In Progress => 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/1471098 Title: Cinder volume stuck in swap_volume Status in C

[Yahoo-eng-team] [Bug 1481554] [NEW] Return unintelligible message when create ipv6 subnet

2015-08-04 Thread zhaobo
Public bug reported: version: master I just create a network , and then create a ipv6 subnet like "neutron subnet-create ${NETWORK_NAME}--ip-version 6 ::/126". But the server returned the message like: xxx@xxx:~$ neutron subnet-create ll ::/126 --ip-version 6 Created a new subnet: +-

[Yahoo-eng-team] [Bug 1481369] Re: glance package is not found

2015-08-04 Thread Ian Cordasco
You need to roughly the Installation Guide for Ubuntu because the Debian one is no longer developed. That will be closer to what you expect than the RHEL version. ** Changed in: glance Status: Incomplete => Invalid ** Changed in: glance (Ubuntu) Status: Incomplete => Invalid -- Yo

[Yahoo-eng-team] [Bug 1481544] [NEW] Cancel button in "Create Keypair" redirect to wrong url

2015-08-04 Thread qiaomin032
Public bug reported: Cancel button in "Create Keypair" Dialog not reserve to right url. When right click the "Create Keypair" button and open a new page, click the Cancel button will cast error. See the attachment for more detail. ** Affects: horizon Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1481540] [NEW] no interface created in DHCP namespace for second subnet (dhcp enabled) on a network

2015-08-04 Thread Ritesh Anand
Public bug reported: Steps to reproduce: On devstack: 1. create a network. 2. create a subnet (dhcp enabled); we can see DHCP namespace with one interface for the subnet. 3. create another subnet (dhcp enabled). We do not see another interface for this subnet in DHCP namespace. LOGS: == s

[Yahoo-eng-team] [Bug 1480334] Re: can't use "$" in password for ldap authentication

2015-08-04 Thread Davanum Srinivas (DIMS)
You can use a \$ to prevent the expansion like so "Pa\$\$w0rd" or using $$ like so "pasw0rd" Thanks, dims ** Changed in: oslo.config Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. ht

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2015-08-04 Thread Yusuke Hayashi
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => Yusuke Hayashi (hayashi-yusuke) -- 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 1481518] [NEW] pass params to wizards

2015-08-04 Thread Kevin Fox
Public bug reported: The app catalog plugin needs to pass off parameters to several of the Horizon wizards. Several of them don't quite accept all the needed parameters though. ** Affects: horizon Importance: Undecided Assignee: Kevin Fox (kevpn) Status: In Progress -- You re

[Yahoo-eng-team] [Bug 1481512] [NEW] v2 API responce doesn't follow documentation for not defined values

2015-08-04 Thread Ilya Sviridov
Public bug reported: Calling image list functionality for v2 API the JSON null value is returned for not defined fields in response, instead expecting string 'None' according to documentation http://developer.openstack.org/api- ref-image-v2.html "If this field has no value, its value is None. "

[Yahoo-eng-team] [Bug 1481491] [NEW] unable to connect servers using their IPv6 for loadbalancer scenario tests

2015-08-04 Thread Madhusudhan Kandadai
Public bug reported: There is a following scenario when testing ipv6 neutron-loadbalancer 1. Create two servers using ipv6 subnet and take a note of its ipv6 address 2. Create IPv6 load balancer associated with the above 2 nodes 3. Use Round Robin/Least_Connection Algorithm 4. Pass traffic to loa

[Yahoo-eng-team] [Bug 1481152] Re: Pagination not working in Kilo

2015-08-04 Thread Dolph Mathews
*** This bug is a duplicate of bug 1451402 *** https://bugs.launchpad.net/bugs/1451402 ** This bug has been marked a duplicate of bug 1451402 v3 - pagination in GET services does not work -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is s

[Yahoo-eng-team] [Bug 1481469] [NEW] launch instance not respecting picked project

2015-08-04 Thread YaZug
Public bug reported: Description of problem: If you have a user with more than one project and admin role on one of the projects you get an additional pane when launching an instance. If you pick a project to launch under that isn't the current active project and try to launch a new instance the

[Yahoo-eng-team] [Bug 1481443] [NEW] Add configurability for HA networks in L3 HA

2015-08-04 Thread Matt Kassawara
Public bug reported: The L3 HA mechanism creates a project network for HA (VRRP) traffic among routers. The HA project network uses the first (default) network type in 'tenant_network_types' and next available segmentation ID. Depending on the environment, this combination may not provide a desir

[Yahoo-eng-team] [Bug 1471810] Re: Support host type specific block volume attachment

2015-08-04 Thread Markus Zoeller
** Also affects: cinder 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/1471810 Title: Support host type specific block volume

[Yahoo-eng-team] [Bug 1481425] [NEW] flavor-create form should include -rxtx-factor option

2015-08-04 Thread Cindy Lu
Public bug reported: According to nova docs (http://docs.openstack.org/cli- reference/content/novaclient_commands.html), for flavor-create command: Optional arguments --ephemeral Ephemeral space size in GB (default 0) --swap Swap space size in MB (default 0) --rxtx-factor RX/TX factor (defa

[Yahoo-eng-team] [Bug 1481416] Re: Horizon UI refreshes the active panel when clicked again

2015-08-04 Thread David Lyle
I disagree that this is a bug. In the Django world, which we still live in. The refresh behavior is desirable. ** Changed in: horizon Status: In Progress => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1481416] [NEW] Horizon UI refreshes the active panel when clicked again

2015-08-04 Thread Rajat Vig
Public bug reported: Horizon refreshes the page even the panel selected is the same one as the one clicked ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSt

[Yahoo-eng-team] [Bug 1481369] Re: glance package is not found

2015-08-04 Thread Ian Cordasco
What "trunk document"? Is this actually meant for the Ubuntu or Debian package(s)? ** Changed in: glance Status: New => Incomplete ** Also affects: glance (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1481369] [NEW] glance package is not found

2015-08-04 Thread wangtianfa
Public bug reported: when we install "opestack-glance-api" and "openstack-glance-registry" is not found,according to the trunk document. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1481346] [NEW] MH: router delete might return a 500 error

2015-08-04 Thread Salvatore Orlando
Public bug reported: If a logical router has been removed from the backend, and the DB is an inconsistent state where no NSX mapping is stored for the neutron logical router, the backend will fail when attempting eletion of the router, causing the neutron operation to return a 500. ** Affects: ne

[Yahoo-eng-team] [Bug 1481145] Re: Keystone could create domain when Identity driver is LDAP and Resource driver is SQL

2015-08-04 Thread Henry Nash
So this is by design.Iif you are using LDAP for Identity and want to use multiple domain, then you need to enable domain specific drivers in Identity. This is done using the identity config domain_specific_drivers_enabled option. However, I'd recommend you read the keystone confirguration.rst for

[Yahoo-eng-team] [Bug 1481329] [NEW] VPN agent works incorrectly with DVR on multinode setup

2015-08-04 Thread Sergey Kolekonov
Public bug reported: VPN agent works incorrectly with DVR on multi-node setup. It looks like VPN agents on network nodes try to find snat namespace which in fact presents only on one of the nodes, it leads to errors on nodes without this namespace when IPSec connection is created. The following e

[Yahoo-eng-team] [Bug 1481320] [NEW] Creating glance image size 4.5GB trigers to an error 500

2015-08-04 Thread Sergii
Public bug reported: Preconditions: Download Windows server 2008 iso to controller node 9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO Steps to reproduce: Navigate to controller node using ssh Execute: glance image-create --file 9600.17050.WINBLUE_R

[Yahoo-eng-team] [Bug 1481274] [NEW] variable referenced before assignment error in keystone.contrib.federation.idp._sign_assertion

2015-08-04 Thread Roman Bogorodskiy
Public bug reported: The _sign_assertion() function from keystone.contrib.federation.idp assigns file_path variable in the try block and then tries to clean up the file in the finally block. However, if fileutils.write_to_tempfile call raises then file_path is not assigned that results in Unbound

[Yahoo-eng-team] [Bug 1481271] [NEW] formely is not correct

2015-08-04 Thread En
Public bug reported: nova/doc/ext/support_matrix.py Virtuozzo was "formely" named Parallels in this document is not correct ** Affects: nova Importance: Undecided Assignee: En (en-h) Status: In Progress ** Changed in: nova Assignee: (unassigned) => En (en-h) -- You rec

[Yahoo-eng-team] [Bug 1481262] [NEW] "nova usage" taking too much time with many VMs in database

2015-08-04 Thread Antonio Messina
Public bug reported: Issue found on Kilo 2015.1.0 on Ubuntu Trusty (1:2015.1.0-0ubuntu1.1~cloud0) from http://ubuntu- cloud.archive.canonical.com/ubuntu When running "nova usage" on a tenant that started many instances O(100k) during the current month, the following happens: * nova-api is stuck

[Yahoo-eng-team] [Bug 1481210] Re: No tenant id displayed using server-group-list --all-projects

2015-08-04 Thread Zhenyu Zheng
** Also affects: nova Importance: Undecided Status: New ** No longer affects: nova ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu) -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1481210] Re: No tenant id displayed using server-group-list --all-projects

2015-08-04 Thread Zhenyu Zheng
** Project changed: nova => python-novaclient -- 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/1481210 Title: No tenant id displayed using server-group-list --all-projects

[Yahoo-eng-team] [Bug 1480859] Re: There is no verification for tenant-id

2015-08-04 Thread yalei wang
** Project changed: python-neutronclient => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1480859 Title: There is no verification for tenant-id Status in neutron: New Bug de

[Yahoo-eng-team] [Bug 1480859] [NEW] There is no verification for tenant-id

2015-08-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: tenant-id should be UUID type, but there is no verification in arg parsing. we can specify arbitrarily tenant id, $ neutron security-group-create bbb --tenant-id=123 Created a new security_group: +--+---

[Yahoo-eng-team] [Bug 1481231] [NEW] ML2 plugin does not support query with marker 'network_type, physical_network, segmentation_id'

2015-08-04 Thread shihanzhang
Public bug reported: Now the Ml2 plugin does not support query with marker 'network_type, physical_network, segmentation_id', but sometimes user need query networks with these attributes. ** Affects: neutron Importance: Undecided Assignee: shihanzhang (shihanzhang) Status: New

[Yahoo-eng-team] [Bug 1481219] [NEW] Select Rules tab should align well as "AddPolicy" tab

2015-08-04 Thread qiaomin032
Public bug reported: Select rules tab should align well as "AddPolicy" tab in "Add Policy" modal dialog in "Firewalls" panel. See the attachment for more detail. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "addpolicy.png" https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1481220] [NEW] Cannot boot from volume-backed instance snapshot

2015-08-04 Thread Feodor Tersin
Public bug reported: Since that https://review.openstack.org/#/c/188789/ is merged, Nova fails to boot an instance from a volume-backed instance snapshot. Steps to reproduce against DevStack: 1 boot an instance from a volume: nova boot inst --block-device source=image,dest=volume,size=1,bootinde

[Yahoo-eng-team] [Bug 1481210] [NEW] No tenant id displayed using server-group-list --all-projects

2015-08-04 Thread Zhenyu Zheng
Public bug reported: Currently, Admin can list all existing server groups using "nova server-group-list --all-projects". But the output display does not contain project id information, it is really difficult to identify which server group belongs to which project. ** Affects: nova Importan