[Yahoo-eng-team] [Bug 1449858] [NEW] nova don't create local disk if specify device=vda in block_device_mapping_v2

2015-04-28 Thread Eli Qiao
Public bug reported: I wish to create a instance with local disk(1G) and attaching a blank(new created) volume(2G). using follow nova command line api, but I specify the bdm's device=vda nova --debug boot --image baaece45-58a2-4e4c-b8b7-7b3f12fe4bc6 --flavor 1 --nic net-id=9af3d913-dd65-4864-88b

[Yahoo-eng-team] [Bug 1420192] Re: Nova interface-attach command has optional arguments to add network details. It should be positional arguments otherwise command fails.

2015-04-28 Thread Park
I tried to reproduce the issue with nova-network from the API layer, this issue should be fixed via this bug: https://bugs.launchpad.net/nova/+bug/1428481 park@park-ThinkPad-T420:/opt/stack/nova$ nova interface-attach vm1 ERROR (HTTPNotImplemented): Network driver does not support this function.

[Yahoo-eng-team] [Bug 1449850] [NEW] Join multiple criteria together

2015-04-28 Thread Dave Chen
Public bug reported: SQLAlchemy supports to join multiple criteria together, this is provided to build the query statements when there is multiple filtering criterion instead of constructing query statement one by one, just *assume* SQLAlchemy prefer to use it in this way, and the code looks more

[Yahoo-eng-team] [Bug 1449819] [NEW] When unselect"active DHCP", VM still can get ip address

2015-04-28 Thread haoliang
Public bug reported: 1.1 Under test tenement,create network:net1,subnet:subnet1,network address:192.168.1.0/24 and other keep default 1.2 Create router:R1,R1 inner interface relate to subnet1 and set outer network for R1 1.3 Create VM1-1,choose subnet1,security group choose default,image is cent

[Yahoo-eng-team] [Bug 1248017] Re: linuxbridge plugin can not run alone in havana

2015-04-28 Thread Jiajun Liu
** Changed in: neutron Status: Incomplete => Fix Released ** Changed in: neutron Assignee: Jiajun Liu (ljjjustin) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1449811] [NEW] nova lock/unlock api return code is not accurate

2015-04-28 Thread Eli Qiao
Public bug reported: Currently, lock server api only returns 202(accepted) and 404(not found). The api return code is not accurate. The lock/unlock api in compute-api is a

[Yahoo-eng-team] [Bug 1449789] [NEW] pyscss breaks CSS ordering

2015-04-28 Thread Richard Jones
Public bug reported: The current version of pyscss used by Horizon (pyScss>=1.2.1,<1.3) has a bug which causes the ordering of imports to not match the order of @import statements in the scss files. This causes a major problem in Bootstrap because the ordering of these components: @import "na

[Yahoo-eng-team] [Bug 1444745] Re: Updates RPC version alias for kilo

2015-04-28 Thread Thierry Carrez
** Changed in: nova/kilo 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/1444745 Title: Updates RPC version alias for kilo S

[Yahoo-eng-team] [Bug 1448075] Re: Recent compute RPC API version bump missed out on security group parts of the api

2015-04-28 Thread Thierry Carrez
** Changed in: nova/kilo 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/1448075 Title: Recent compute RPC API version bump m

[Yahoo-eng-team] [Bug 1447132] Re: nova-manage db migrate_flavor_data doesn't do instances not in instance_extra

2015-04-28 Thread Thierry Carrez
** Changed in: nova/kilo 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/1447132 Title: nova-manage db migrate_flavor_data do

[Yahoo-eng-team] [Bug 1449742] Re: InvalidUUID exception after vifs plug failed

2015-04-28 Thread Francois Deppierraz
** Also affects: nova (Ubuntu) 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/1449742 Title: InvalidUUID exception after vifs

[Yahoo-eng-team] [Bug 1449742] [NEW] InvalidUUID exception after vifs plug failed

2015-04-28 Thread Francois Deppierraz
Public bug reported: An openstack deployment under Ubuntu 14.04 which was upgraded all the way from havana. After a recent upgrade of nova-compute from 2014.1.3-0ubuntu2 to 2014.1.4-0ubuntu2, nova-compute doesn't start anymore on one of the compute nodes. My guess is that the root cause here is m

[Yahoo-eng-team] [Bug 1441107] Re: Missing entry point for haproxy namespace driver

2015-04-28 Thread Thierry Carrez
** Changed in: neutron/kilo 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/1441107 Title: Missing entry point for haproxy namespace driver S

[Yahoo-eng-team] [Bug 1447883] Re: Restrict netmask of CIDR to avoid DHCP resync is not enough

2015-04-28 Thread Thierry Carrez
** Changed in: neutron/kilo 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/1447883 Title: Restrict netmask of CIDR to avoid DHCP resync is no

[Yahoo-eng-team] [Bug 1448813] Re: radvd running as neutron user in Kilo, attached network dead

2015-04-28 Thread Thierry Carrez
** Changed in: neutron/kilo 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/1448813 Title: radvd running as neutron user in Kilo, attached net

[Yahoo-eng-team] [Bug 1447039] Re: "No flavor with a name or ID of '' exists" reported when call "nova flavor-show {id}"

2015-04-28 Thread melanie witt
*** This bug is a duplicate of bug 1446850 *** https://bugs.launchpad.net/bugs/1446850 Hi Jerry, this is a bug in the novaclient. A fix has been committed, but not yet released. You can work around by using novaclient version 2.22.0 until the next release happens containing the fix. ** Also a

[Yahoo-eng-team] [Bug 1449712] [NEW] Cannot override template from InstanceMetadata

2015-04-28 Thread Mathieu Gagné
Public bug reported: There is no way to override the template used by netutils.get_injected_network_template within InstanceMetadata. This could be useful for people implementing drivers which could require a different network template based on flavor or individual instance properties. ** Affect

[Yahoo-eng-team] [Bug 1444745] Re: Updates RPC version alias for kilo

2015-04-28 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc3 ** Changed in: nova/kilo Status: New => In Progress ** Changed in: nova/kilo Importance: Undecided => High -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1447132] Re: nova-manage db migrate_flavor_data doesn't do instances not in instance_extra

2015-04-28 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc3 ** Changed in: nova/kilo Status: New => In Progress ** Changed in: nova/kilo Importance: Undecided => High -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1448075] Re: Recent compute RPC API version bump missed out on security group parts of the api

2015-04-28 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc3 ** Changed in: nova/kilo Importance: Undecided => Critical ** Changed in: nova/kilo Status: New => In Progress -- You received this bug notification because

[Yahoo-eng-team] [Bug 1449526] Re: When vlan id is out range of config_file, creating network still success.

2015-04-28 Thread Kevin Benton
I agree with James. I don't think these were intended to apply to admin operations. If we do want to restrict admins from using VLANs outside of the ranges, I think that should be configurable with a new option called something like 'limit_admin_to_vlan_ranges'. ** Changed in: neutron Sta

[Yahoo-eng-team] [Bug 1243216] Re: iptables manipulation lacks functional testing

2015-04-28 Thread Miguel Angel Ajo
** 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/1243216 Title: iptables manipulation lacks functional testing Status in

[Yahoo-eng-team] [Bug 1174404] Re: Unittests crashes in system has no ipv6 support

2015-04-28 Thread pritesh
** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Assignee: pritesh (pritesh) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1174404

[Yahoo-eng-team] [Bug 1449651] [NEW] Magic Search missing documentation / example

2015-04-28 Thread Aaron Sahlin
Public bug reported: Magic Search widget is missing documentation on why client vs server facet distinction would be helpful to users. And even more importantly how / where is the 'isServer' property set? ** Affects: horizon Importance: Undecided Assignee: Aaron Sahlin (asahlin)

[Yahoo-eng-team] [Bug 1449648] [NEW] Keystone API JS Service uses wrong method

2015-04-28 Thread Matt Borland
Public bug reported: The KeystoneAPI service (in JS) has a grantRole function that uses the wrong method (delete instead of put) to grant the role. ** Affects: horizon Importance: Undecided Assignee: Matt Borland (palecrow) Status: In Progress ** Changed in: horizon Assig

[Yahoo-eng-team] [Bug 1449639] Re: RBD: On image creation error, image is not deleted

2015-04-28 Thread Gorka Eguileor
** Description changed: When an exception rises while adding/creating an image, and the image has been created, this new image is not properly deleted. The fault lies in the `_delete_image` call of the Store.add method that is providing incorrect arguments. + + This also affects Glance

[Yahoo-eng-team] [Bug 1449615] Re: Something went wrong! Floating ip disassociate in Juno

2015-04-28 Thread smarta94
realized in wrong project when initially reported ** Project changed: openstack-cisco => horizon -- 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/1449615 Title: Some

[Yahoo-eng-team] [Bug 1449615] [NEW] Something went wrong! Floating ip disassociate in Juno

2015-04-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Detail Description : While trying to disassociate a floating ip (as both an admin and normal user) using the dashboard interface, an error message screen appears stating: "Something went wrong! An unexpected error has occurred. Try refres

[Yahoo-eng-team] [Bug 1447989] Re: nova volume-detach volume failed due to arguments counts mismatch?

2015-04-28 Thread Matt Riedemann
How about not opening bugs against community nova for your busted out of tree driver, thanks. http://git.openstack.org/cgit/stackforge/powervc-driver/tree/cinder- powervc/powervc/volume/driver/powervc.py#n312 ** Changed in: nova Status: Incomplete => Invalid -- You received this bug noti

[Yahoo-eng-team] [Bug 1449611] [NEW] Attempting to update an image property or add an image tag with 4 byte unicode returns a 500, not a 400

2015-04-28 Thread Luke Wollney
Public bug reported: Overview: When attempting to reproduce an the following Launchpad bug (https://bugs.launchpad.net/glance/+bug/1370954), 4 byte unicode characters should no longer be allowed for image properties or image tags. Using the specific value of 'u'Černý'', a 500 response still app

[Yahoo-eng-team] [Bug 1188450] Re: Update floating ip should consider multi_host or network_host config when live migration

2015-04-28 Thread Timofey Durakov
** Changed in: nova 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/1188450 Title: Update floating ip should consider multi_hos

[Yahoo-eng-team] [Bug 1441576] Re: LoadBalancer not opening in horizon after network is deleted

2015-04-28 Thread Sudipta Biswas
I can confirm the bug - and it gets reproduced easily with the steps mentioned. However, the problem seems to be in the horizon code and doesn't seem to be in neutron. Also all the logs you have pasted, doesn't seem to be relevant. In the dashboard/api/lbass.py file: def _vip_get(request, vip_id

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2015-04-28 Thread Sushil Kumar
** Also affects: python-troveclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1277104 Title: wrong order of assertEquals args Status in

[Yahoo-eng-team] [Bug 1449546] [NEW] Neutron-LB Health monitor association not listed in Horizon Dashboard

2015-04-28 Thread senthilmageswaran
Public bug reported: In LB-Pool Horizon Dashboard, -->LB- Pool --> Edit Pool --> Associate Monitor, it is expected that all the available health monitors to be listed. But the List box is empty. Please find the attached screen shot. ** Affects: neutron Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1449544] [NEW] Neutron-LB Health monitor association mismatch in horizon and CLI

2015-04-28 Thread senthilmageswaran
Public bug reported: When a new pool is created, all the health monitors that are available are shown in LB-Pool Information in Horizon Dashboard. But in CLI , neutron lb-pool-show shows no monitors associated to the newly created Pool. Please refer "LB_HM_default_assoc_UI" and "LB_HM_default

[Yahoo-eng-team] [Bug 1449526] [NEW] When vlan id is out range of config_file, creating network still success.

2015-04-28 Thread Dongcan Ye
Public bug reported: In neutron ml2 config file /etc/neutron/plugins/ml2/ml2_conf.ini, specify vlan range from 1002 to 1030, [ml2_type_vlan] network_vlan_ranges =physnet2:1002:1030 When I specifying vlan id 1070 , the vlan id is out range of ml2 config file. But the network creates success. In

[Yahoo-eng-team] [Bug 1444421] Re: Launch instance fails with nova network

2015-04-28 Thread Matthias Runge
the error message is: Recoverable error: Invalid service catalog service: network Note, my keystone catalog does not contain a network service ** Changed in: horizon Status: Fix Committed => In Progress ** Changed in: horizon/kilo Status: Fix Released => In Progress -- You receiv

[Yahoo-eng-team] [Bug 1383465] Re: [pci-passthrough] nova-compute fails to start

2015-04-28 Thread Nikola Đipanov
*** This bug is a duplicate of bug 1415768 *** https://bugs.launchpad.net/bugs/1415768 ** This bug has been marked a duplicate of bug 1415768 the pci deivce assigned to instance is inconsistent with DB record when restarting nova-compute -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1449498] [NEW] the command “nova quota-show” Should not display the quota of a user has been deleted

2015-04-28 Thread jinquanni(ZTE)
Public bug reported: 1.version:icehouse 2.Reproduce steps: (example) I create a tenant called bug_test then I cretaed two users called test1 and test2 witch belong tenant bug_test [root@njq002 ~(keystone_admin)]# keystone tenant-list +--+--+-+ |

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2015-04-28 Thread Sushil Kumar
** Also affects: trove Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1277104 Title: wrong order of assertEquals args Status in OpenStack Te

[Yahoo-eng-team] [Bug 1449462] [NEW] read_deleted in neutron context serves no purpose

2015-04-28 Thread Salvatore Orlando
Public bug reported: According to the docstring at [1] I can specify read_delete=yes or only to see deleted records when performing queries. However, Neutron does not perform soft deletes. Also I kind of know a little Neutron's DB management layer and I'm pretty sure it never uses read_deleted a

[Yahoo-eng-team] [Bug 1447132] Re: nova-manage db migrate_flavor_data doesn't do instances not in instance_extra

2015-04-28 Thread Thierry Carrez
** No longer affects: nova/kilo -- 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/1447132 Title: nova-manage db migrate_flavor_data doesn't do instances not in instance_e

[Yahoo-eng-team] [Bug 1448075] Re: Recent compute RPC API version bump missed out on security group parts of the api

2015-04-28 Thread Thierry Carrez
Gate is so backed-up it's unclear we have time to do a RC3 before release, especially with this patch not being merged in master yet. RC3 will be reconsidered once this gets in, depending on gate status at that point. ** Tags added: kilo-rc-potential ** No longer affects: nova/kilo -- You rece

[Yahoo-eng-team] [Bug 1448822] Re: let modal center

2015-04-28 Thread tinytmy
** Changed in: horizon Status: Incomplete => 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/1448822 Title: let modal center Status in OpenStack Dash

[Yahoo-eng-team] [Bug 1449405] [NEW] Allow VPNaaS service provider and device driver to be configurable in devstack

2015-04-28 Thread venkata anil
Public bug reported: Add devstack plugin for neutron-vpnaas like neutron-lbaas https://github.com/openstack/neutron-lbaas/commit/facaaf9470efe06d305df59bc28cab1cfabd2fed Add devstack scripts(devstack/plugin.sh and devstack/settings) in neutron-vpnaas like in neutron-lbaas, which devstack uses to

[Yahoo-eng-team] [Bug 1447463] Re: glance.tests.functional.v2.test_images.TestImages.test_download_random_access failed

2015-04-28 Thread Pawel Koniszewski
It is no longer valid so marking as invalid. ** Changed in: glance Status: Confirmed => Won't Fix ** Changed in: glance Status: Won't Fix => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bu