[Yahoo-eng-team] [Bug 1427092] [NEW] preallocate_images can be arbitrary characters to enable preallocate feature

2015-03-01 Thread Eli Qiao
Public bug reported: Raw and Qcow2 image type support preallocate image. by enable this we need to set preallocate_images in config file. currently , we can set it to any character except 'none' to enable it. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9)

[Yahoo-eng-team] [Bug 1427060] [NEW] Unnecessary bdm entry is created if same volume is attached twice to an instance

2015-03-01 Thread Ankit Agrawal
Public bug reported: When we try to attach an already attached volume to an instance it raises InvalidVolume exception but creates an entry in block_device_mapping table with deleted flag set to true. Ideally when attach volume fails it should not create any entries in database. Steps to reproduc

[Yahoo-eng-team] [Bug 1427056] [NEW] shelved_image_id is deleted before completing unshelving instance on compute node

2015-03-01 Thread Pranali Deore
Public bug reported: Steps to reproduce: 1. Boot an instance from image. 2. Call Shelve instance, instance becomes SHELVED_OFFLOADED state. 3. Call unshelve instance. 3.1 nova-conductor calls RPC.Cast to nova-compute If some failure happens in nova-compute. e.g. "Instance failed to spawn"

[Yahoo-eng-team] [Bug 1427054] [NEW] no way to know what IP spoofing rule is applied

2015-03-01 Thread Akihiro Motoki
Public bug reported: [From the discussion in neutronclient bug 1182629] The discussion is that there is no way to confirm and update ip spoofing rules (which are established by neutron implicitly). The bug itself was reported about two years ago, and I am not sure we need to fix it now. I think

[Yahoo-eng-team] [Bug 1427053] [NEW] Browsers get 404 after creating new volume_type's extra_specs

2015-03-01 Thread Masahito Muroi
Public bug reported: Browsers get 404 after creating a new volume_type's extra_spec since the view of the operation returns an absolute url. This error only occurs when you set a horizon's root path except "/" like "/horizon". How to reproduce it. 1. deploying horizon except "/" like "/horizon"

[Yahoo-eng-team] [Bug 1427052] [NEW] Problems with 'Other' option in Daily Report page

2015-03-01 Thread Yamini Sardana
Public bug reported: The 'Other' option for Period field on the Admin -> Resource Usage -> Daily Report page has the following issues: 1. The calendar that appears when From/To is clicked, does not automatically go off when the date has been clicked. We have to click somewhere on the screen so

[Yahoo-eng-team] [Bug 1427028] Re: Test bug with unicode café

2015-03-01 Thread Davanum Srinivas (DIMS)
** 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/1427028 Title: Test bug with unicode café Status in OpenStack Compute (

[Yahoo-eng-team] [Bug 1427032] [NEW] Enable neutron network integration testing

2015-03-01 Thread Wu Hong Guang
Public bug reported: To have horizon.conf include something like this #Set to neutron to testing notwork dashboard #There is no network testing at default. The default #is nova-network #network=nova-netwrok network=neutron ** Affects: horizon Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1427028] [NEW] Test bug with unicode - wyjście

2015-03-01 Thread Davanum Srinivas (DIMS)
Public bug reported: testing nova-bugs ** Affects: nova Importance: Undecided Status: New ** Summary changed: - Test bug with unicode ’ + Test bug with unicode - wyjście -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1427022] [NEW] not releasing IP address when deleting VM, port, LB VIP

2015-03-01 Thread Roh Tae Won
Public bug reported: I am testing with Juno 2014.2.1 release. When I delete neutron port, VM, or LB VIP, neutron.ipavailabilityranges table was not updated as expected. (I mean subnet IPs are not released to be used again.) ##case 1. deleting neutron port 1-1 create network/subnet # neut

[Yahoo-eng-team] [Bug 1427014] [NEW] Images with same created timestamp breaks paging

2015-03-01 Thread Kahou Lei
Public bug reported: Suppose there are several images which are created at the same timestamp, paging back and forth will mess up the order. ** Affects: horizon Importance: Undecided Assignee: Kahou Lei (kahou82) Status: New -- You received this bug notification because you a

[Yahoo-eng-team] [Bug 1427015] [NEW] too many subnet-create cause q-dhcp failure

2015-03-01 Thread watanabe.isao
Public bug reported: [reproduce] 1. neutron net create testnet 2. neutron dhcp-agent-network-add testnet 3. neutron subnet-create testnet CIDR1 --name testsub1 4. neutron subnet-create testnet CIDR2 --name testsub2 5. neutron subnet-create testnet CIDR3 --name testsub3 6. neutron subnet-create te

[Yahoo-eng-team] [Bug 1426427] Re: Improve tunnel_sync server side rpc to handle race conditions

2015-03-01 Thread Romil Gupta
** Description changed: - We have a concern that we may end up with db conflict errors due to - multiple parallel requests incoming. + We have a concern that we may have race conditions with the following + code snippet: - Consider two threads (A and B), each receiving tunnel_sync with host s

[Yahoo-eng-team] [Bug 1426904] [NEW] Can't start Neutron service when max VNI value is defined in ml2_conf.ini file

2015-03-01 Thread Romil Gupta
Public bug reported: The VNI value is 24bits, i.e. <1 – 16777215> When I defined the max value in the ml2_conf.ini file: [ml2_type_vxlan] vni_ranges = 1001:16777215 Neutron service fails to start. 2015-02-28 17:11:33.793 CRITICAL neutron [-] MemoryError 2015-02-28 17:11:33.793 TRACE neutron Tr

[Yahoo-eng-team] [Bug 1426904] [NEW] Can't start Neutron service when max VNI value is defined in ml2_conf.ini file

2015-03-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: The VNI value is 24bits, i.e. <1 – 16777215> When I defined the max value in the ml2_conf.ini file: [ml2_type_vxlan] vni_ranges = 1001:16777215 Neutron service fails to start. 2015-02-28 17:11:33.793 CRITICAL neutron [-] MemoryError 2015-02-28 17:11:33

[Yahoo-eng-team] [Bug 1426873] [NEW] Remove shadow tables

2015-03-01 Thread Attila Fazekas
Public bug reported: $ nova-manage db archive_deleted_rows 1 command fails with integrity error. No-one wants to preserve those records in shadow table, Instead of fixing the archiving issue the tables should be removed. Later an archive to /dev/null function should be added to the nova manage.

[Yahoo-eng-team] [Bug 1426867] [NEW] Remove orphaned tables: iscsi_targets, volumes

2015-03-01 Thread Attila Fazekas
Public bug reported: The `iscsi_targets` and `volumes` table was used with nova-volumes, which is deprecated and removed, but the related tables are still created. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of