[Yahoo-eng-team] [Bug 1298791] [NEW] File rfc.sh is missing in neutron code - https://github.com/openstack/neutron.git

2014-03-28 Thread vaibhav_kale
Public bug reported: I am working on a neutron bug Inorder to push my changes I have followed the below steps 1)Cloned the neutron code from - https://github.com/openstack/neutron.git 2) I have done with my code changes and gave git commit. 3) After that when i give git review . I found rfc.sh

[Yahoo-eng-team] [Bug 1298818] [NEW] DATETIME expression in api_samples_test_base.py format is not sufficient

2014-03-28 Thread Ghanshyam
Public bug reported: In Nova API Sample file testing, https://github.com/openstack/nova/blob/master/nova/tests/integrated/api_samples_test_base.py#L272 file has the expression for DATETIME in 'timestamp' variable as mentioned below- '\d{4}-[0,1]\d-[0-3]\d[ ,T]'

[Yahoo-eng-team] [Bug 1298865] [NEW] NVP advanced service plugin should check router status before deploying a service

2014-03-28 Thread berlin
Public bug reported: With NVP advanced service plugin, router creation is asynchronous while all service call is synchronous, so it is possible that advanced service request is called before edge deployment completed. One solution is to check the router status before deploying an advanced

[Yahoo-eng-team] [Bug 1298791] Re: File rfc.sh is missing in neutron code - https://github.com/openstack/neutron.git

2014-03-28 Thread Darragh O'Reilly
you should just need to install the git-review package ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1298791 Title: File rfc.sh is

[Yahoo-eng-team] [Bug 1298907] [NEW] neutron CLI returns CSV with CR character

2014-03-28 Thread Jacek Nykis
Public bug reported: I noticed that neutron commands return windows style new lines when used with -f csv option: $ neutron net-list -c id -f csv|head -1|od -A x -t x1z -v 00 22 69 64 22 0d 0aid.. 06 This causes problems in bash loops: $ set -x $ for i in

[Yahoo-eng-team] [Bug 1298332] Re: Tests using Django-1.6 fail

2014-03-28 Thread Matthias Runge
could hunt this down to a too ancient version of django-nose ** Changed in: horizon Status: New = Invalid -- 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 1298918] [NEW] unit tests causes http-requests to domain broker

2014-03-28 Thread Erno Kuvaja
Public bug reported: glance/tests/unit/v1 tests causes bunch of http-requests originally directed to glance.com. The domain seems to be parked to domainbroker and returns advertisement page from: http://return.uk.domainnamesales.com/return_js.php?d=glance.coms=1396003096. we should avoid our

[Yahoo-eng-team] [Bug 1298934] [NEW] Cannot understand Gigabytes in default quotas table

2014-03-28 Thread Akihiro Motoki
Public bug reported: In the default quotas table, we see the entry Gigabytes. It comes from Cinder and it is reasonable as the output from Cinder. However Horizon displays quotas values from various projects and Gigabytes is hard to understand. I would suggest to change it to Volume Gigabytes.

[Yahoo-eng-team] [Bug 1298975] [NEW] libvirt.finish_migration is too large and not tested

2014-03-28 Thread sahid
Public bug reported: This method needs to be spitted in several small methods then each methods has to be tested. A possible solution could be: * determines the disk size from instance properties * methods to convert disk from qcow2 to raw and raw to qcow2 * method to resize the disk **

[Yahoo-eng-team] [Bug 1298976] [NEW] Be sure converted image will be restored

2014-03-28 Thread sahid
Public bug reported: On the driver libvirt. During the process of resizing disk if an image is qcow2 with partition less the process converts the instance to raw. After the extend we should restore the original format in all cases not only if 'use_cow_images' is configured to True. ** Affects:

[Yahoo-eng-team] [Bug 1297465] Re: ChunkReader has no len() Swiftclient + Glance

2014-03-28 Thread Michael Petersen
** Also affects: python-swiftclient Importance: Undecided Status: New ** No longer affects: swift -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1297465 Title: ChunkReader has

[Yahoo-eng-team] [Bug 1298991] [NEW] Duplicated colon in _container_metadata.html

2014-03-28 Thread Łukasz Jernaś
Public bug reported: There's a duplicated colon in _container_metadata.html li{% trans Size: %}: {{ container.container_bytes_used|filesizeformat }}/li As https://bugs.launchpad.net/horizon/+bug/1296075 will require more work, I'm reporting it as a seperate issue ** Affects: horizon

[Yahoo-eng-team] [Bug 1299095] [NEW] Location header is set on HTTP 200

2014-03-28 Thread Dave Walker
Public bug reported: Glance seems to be setting the http header of Location, when no redirect is intended. The contents of the Location field are equal to that of the request. I haven't been able to work out the reasoning of this, but it has extended consqences of some webstacks and proxies

[Yahoo-eng-team] [Bug 1112912] Re: get_firewall_required should use VIF parameter from neutron

2014-03-28 Thread Thierry Carrez
Is this exploitable? ** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa Status: New = Incomplete ** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1293627] Re: When a VM is in suspended status, and the host(a dedicated compute node) get rebooted, the VM can not be resumed after the host is back to active.

2014-03-28 Thread Akihiro Motoki
Horizon does not support rebooting a compute node. It is apparently NOT related to Horizon. Horizon just retrieves status from Nova. If you still have an issue, please report it to nova (or cinder if it only happens combined with attached volume). ** Changed in: horizon Status: New =

[Yahoo-eng-team] [Bug 1299049] [NEW] reorganize unit tests into directories instead of mangling names

2014-03-28 Thread Mark McClain
Public bug reported: The Unit Test directory needs reorganization instead of containing most test modules in root directory. ** Affects: neutron Importance: Wishlist Assignee: Mark McClain (markmcclain) Status: In Progress ** Tags: neutron-core -- You received this bug

[Yahoo-eng-team] [Bug 1279739] Re: nova.cmd.rpc_zmq_receiver:main is missing

2014-03-28 Thread Mark McLoughlin
Adding devstack since that's what needs to be updated ** Changed in: nova Importance: Undecided = Low ** Changed in: oslo.messaging Status: Confirmed = Invalid ** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack Status: New = Confirmed

[Yahoo-eng-team] [Bug 1299126] [NEW] local variable 'keypair' referenced before assignment

2014-03-28 Thread Florent Flament
Public bug reported: When a user that isn't allowed to create a keypair tries to create one through the Horizon dashboard, a back trace is displayed instead of the usual nice error message. Details: Environment: Request Method: GET Request URL:

[Yahoo-eng-team] [Bug 1299130] [NEW] Encode PKI token (back port changes to Havana)

2014-03-28 Thread Priti Desai
Public bug reported: Authenticating a user based on pre-existing PKI token is not supported in Havana. PKI tokens are much longer and different from its id (id column from token table). When PKI tokens are passed as token_id to POST …/auth/tokens, it does not encode PKI token to generate its ID

[Yahoo-eng-team] [Bug 1299046] [NEW] Remove Quantum compatibility layer

2014-03-28 Thread Mark McClain
Public bug reported: The deprecation period is over, so now is the time to remove the Quantum compatibility layer. ** Affects: neutron Importance: Low Assignee: Mark McClain (markmcclain) Status: In Progress ** Tags: neutron-core ** Changed in: neutron Importance:

[Yahoo-eng-team] [Bug 1299135] [NEW] nova unit test fail as exceptions.ExternalIpAddressExhaustedClient not found

2014-03-28 Thread Bhuvan Arumugam
Public bug reported: unit test fail likely a regression caused by https://github.com/openstack/nova/commit/cd1423cef7621e0b557cbe0260f661d08811236b. I'm unsure why it's not caught in the gate. Apparently exceptions.ExternalIpAddressExhaustedClient is not defined. Refer to attached log for more

[Yahoo-eng-team] [Bug 1299139] [NEW] Instances stuck in deleting task_state never cleaned up

2014-03-28 Thread Matt Riedemann
Public bug reported: Bug 1248563 Instance deletion is prevented when another component locks up provided a partial fix https://review.openstack.org/#/c/55444/ which introduces another problem, which is subsequent delete requests are ignored. When doing Tempest 3rd party CI runs we see instances

[Yahoo-eng-team] [Bug 1290772] Re: MatchMakerRedis doesn't work [zeromq]

2014-03-28 Thread Mark McLoughlin
This should probably be an oslo.messaging bug report only now I don't really have any insight as to whether there's a real bug here, but it sounds plausible so marking Confirmed ** Changed in: nova Status: New = Invalid ** Tags removed: conductor console ** Tags added: zmq ** Changed

[Yahoo-eng-team] [Bug 1299145] [NEW] Documentation Bug, BigSwitch should be Big Switch

2014-03-28 Thread Kanzhe Jiang
Public bug reported: BigSwitch references should be changed to Big Switch. ** Affects: neutron Importance: Undecided Assignee: Kanzhe Jiang (kanzhe) Status: New ** Changed in: neutron Assignee: (unassigned) = Kanzhe Jiang (kanzhe) -- You received this bug notification

[Yahoo-eng-team] [Bug 1299039] [NEW] Token Scoping

2014-03-28 Thread Abu Shohel Ahmed
Public bug reported: In Havana Stable release for both V2.0 an V3, A scoped token can be used to get another scoped or un-scopped token. This can be exploited by anyone who has gained access to a scoped token. For example, 1. userA is related to two projects: Project1, Project2 2. userA

[Yahoo-eng-team] [Bug 1281453] Re: Replace exception re-raises with excutils.save_and_reraise_exception()

2014-03-28 Thread Mark McClain
This has been covered by other work in Neutron. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1281453 Title: Replace exception

[Yahoo-eng-team] [Bug 1299151] [NEW] nova-consoleauth processes requests when disabled

2014-03-28 Thread Scott Devoid
Public bug reported: Not sure if this is a bug or not. But nova-consoleauth will process requests even if it is listed as disabled in the service list. | nova-consoleauth | u9-p| internal | disabled | up | | nova-consoleauth | u10-p | internal | enabled | up| | nova-consoleauth |

[Yahoo-eng-team] [Bug 1213660] Re: nova-consoleauth memcached

2014-03-28 Thread Scott Devoid
Bug is in openstack.common.memorycache: https://github.com/openstack/nova/blob/stable/grizzly/nova/openstack/common/memorycache.py Specifically get_client should not pass on ImportError since the CONF declared memcached_servers. def get_client(memcached_servers=None): client_cls = Client

[Yahoo-eng-team] [Bug 1298981] [NEW] Skip resizing disk if the parameter resize_instance is False

2014-03-28 Thread sahid
Public bug reported: On the libvirt driver the driver.finish_migration method is called with an extra parameter 'resize_instance'. It should be used to know if it is necessary or not to resize the disks. ** Affects: nova Importance: Wishlist Assignee: sahid (sahid-ferdjaoui)

[Yahoo-eng-team] [Bug 1299144] [NEW] resume instance doesn't work

2014-03-28 Thread Cindy Lu
Public bug reported: How to Reproduce 1. Suspend Instance 2. Resume Instance You will get a success message, but the instance is still in Suspended state. Please see image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: 032814 - resume instance.png

[Yahoo-eng-team] [Bug 1299156] [NEW] Hyper-V agent does not disable security group rules

2014-03-28 Thread Claudiu Belu
Public bug reported: A new config option was introduced recently, enable_security_group. This config option specifies if the agent should have the security group enabled or not. The Hyper-V agent does not take this config option into account, which means the security groups rules are always

[Yahoo-eng-team] [Bug 1276510] Re: MySQL 2013 lost connection is being raised

2014-03-28 Thread Adam Gandelman
** Also affects: cinder/havana Importance: Undecided Status: New ** Changed in: cinder/havana Importance: Undecided = High ** Changed in: cinder/havana Status: New = Fix Committed ** Changed in: cinder/havana Milestone: None = 2013.2.3 ** Changed in: cinder/havana

[Yahoo-eng-team] [Bug 1268966] Re: glance requires pyOpenSSL=0.11

2014-03-28 Thread Adam Gandelman
** Also affects: glance/havana Importance: Undecided Status: New ** Changed in: glance/havana Importance: Undecided = High ** Changed in: glance/havana Status: New = Fix Committed ** Changed in: glance/havana Milestone: None = 2013.2.3 ** Changed in: glance/havana

[Yahoo-eng-team] [Bug 1282452] Re: gate-neutron-python27 fails: greenlet.GreenletExit and then WARNING: Unable to find to confirm results!

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1282452 Title: gate-neutron-python27 fails:

[Yahoo-eng-team] [Bug 1276510] Re: MySQL 2013 lost connection is being raised

2014-03-28 Thread Dolph Mathews
This appears to have been fixed in 96be7449 as part of a larger sync with oslo.db https://review.openstack.org/#/c/71311/ ** Changed in: keystone Status: In Progress = Invalid ** Changed in: keystone Assignee: Xurong Yang (idopra) = (unassigned) -- You received this bug

[Yahoo-eng-team] [Bug 1281772] Re: NSX: sync do not pass around model object

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1281772 Title: NSX: sync do not pass around model object

[Yahoo-eng-team] [Bug 1279497] Re: NSX plugin: punctual state synchronization might cause timeouts

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1279497 Title: NSX plugin: punctual state synchronization

[Yahoo-eng-team] [Bug 1263766] Re: Hyper-V agent fails when ceilometer ACLs are already applied

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1263766 Title: Hyper-V agent fails when ceilometer ACLs are

[Yahoo-eng-team] [Bug 1263881] Re: ML2 l2-pop Mechanism driver fails when more than one port is added/deleted simultaneously

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1263881 Title: ML2 l2-pop Mechanism driver fails when more

[Yahoo-eng-team] [Bug 1257119] Re: PLUMgrid plugin is missing id in update_floatingip

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1257119 Title: PLUMgrid plugin is missing id in

[Yahoo-eng-team] [Bug 1269722] Re: Help message of flag 'enable_isolated_metadata' is not correct

2014-03-28 Thread Adam Gandelman
** Also affects: neutron/havana 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/1269722 Title: Help message of flag 'enable_isolated_metadata'

[Yahoo-eng-team] [Bug 1280140] Re: cleanup_running_deleted_instances peroidic task failed with instance not found

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1280140 Title: cleanup_running_deleted_instances

[Yahoo-eng-team] [Bug 1276510] Re: MySQL 2013 lost connection is being raised

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1276510 Title: MySQL 2013 lost connection is being raised Status

[Yahoo-eng-team] [Bug 1270304] Re: error in guestfs driver setup causes orphaned libguestfs processes

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1270304 Title: error in guestfs driver setup

[Yahoo-eng-team] [Bug 1260697] Re: network_device_mtu configuration does not apply on LibvirtHybridOVSBridgeDriver to OVS VIF ports and VETH pairs

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1260697 Title: network_device_mtu configuration

[Yahoo-eng-team] [Bug 1267097] Re: A glance error (image unavailable) during a snapshot leaves an instance in SNAPSHOTTING

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1267097 Title: A glance error (image

[Yahoo-eng-team] [Bug 1270008] Re: periodic tasks will be invalid if a qemu process becomes to defunct status

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1270008 Title: periodic tasks will be invalid if

[Yahoo-eng-team] [Bug 1255609] Re: VMware: possible collision of VNC ports

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1255609 Title: VMware: possible collision of VNC

[Yahoo-eng-team] [Bug 1266051] Re: Attach/detach volume iSCSI multipath doesn't work properly if there are different targets associated with different portals for a mulitpath device.

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1266051 Title: Attach/detach volume iSCSI

[Yahoo-eng-team] [Bug 1258360] Re: Remove unneeded call to conductor in network interface

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1258360 Title: Remove unneeded call to conductor

[Yahoo-eng-team] [Bug 1252849] Re: tempest fail due to neutron cache miss

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1252849 Title: tempest fail due to neutron cache

[Yahoo-eng-team] [Bug 1247901] Re: Querying Windows via WMI intermittently fails in get_device_number_for_target

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1247901 Title: Querying Windows via WMI

[Yahoo-eng-team] [Bug 1246848] Re: VMWare: AssertionError: Trying to re-send() an already-triggered event.

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1246848 Title: VMWare: AssertionError: Trying to

[Yahoo-eng-team] [Bug 1243193] Re: VMware: snapshot backs up wrong disk when instance is attached to volume

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1243193 Title: VMware: snapshot backs up wrong

[Yahoo-eng-team] [Bug 1245746] Re: Grizzly to Havana Upgrade wipes out Nova quota_usages table

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1245746 Title: Grizzly to Havana Upgrade wipes

[Yahoo-eng-team] [Bug 1247296] Re: VMware: launching instance from instance snapshot fails

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1247296 Title: VMware: launching instance from

[Yahoo-eng-team] [Bug 1244092] Re: db connection retrying doesn't work against db2

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1244092 Title: db connection retrying doesn't

[Yahoo-eng-team] [Bug 1241275] Re: Nova / Neutron Client failing upon re-authentication after token expiration

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1241275 Title: Nova / Neutron Client failing

[Yahoo-eng-team] [Bug 1228847] Re: VMware: VimException: Exception in __deepcopy__ Method not found

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1228847 Title: VMware: VimException: Exception

[Yahoo-eng-team] [Bug 1195139] Re: vmware: error trying to store hypervisor_version as string in using postgresql

2014-03-28 Thread Adam Gandelman
** Also affects: nova/havana 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/1195139 Title: vmware: error trying to store

[Yahoo-eng-team] [Bug 1267636] Re: Horizon will not authenticate against keystone v3

2014-03-28 Thread David Lyle
** Changed in: django-openstack-auth Status: Fix Committed = Fix Released ** Changed in: horizon Status: In Progress = Fix Released -- 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 1299247] [NEW] GET details REST API next link missing 'details'

2014-03-28 Thread Steven Kaufer
Public bug reported: When executing a pagination query a next link is included in the API reply when there are more items then the specified limit. See pagination documentation for more information: http://docs.openstack.org/api/openstack-compute/2/content /Paginated_Collections-d1e664.html The

[Yahoo-eng-team] [Bug 1235435] Re: 'SubnetInUse: Unable to complete operation on subnet UUID. One or more ports have an IP allocation from this subnet.'

2014-03-28 Thread Adam Gandelman
** Changed in: nova/havana Status: Fix Released = Fix Committed ** Changed in: nova/havana Milestone: 2013.2.1 = 2013.2.3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1235435

[Yahoo-eng-team] [Bug 1281148] Re: QPID reconnection delay can't be configured

2014-03-28 Thread Adam Gandelman
** Also affects: keystone Importance: Undecided Status: New ** Changed in: keystone Status: New = In Progress ** Changed in: keystone Milestone: None = 2013.2.3 ** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone

[Yahoo-eng-team] [Bug 1291676] Re: Able to create multiple volumes and volume snapshots with the same name

2014-03-28 Thread Santiago Baldassin
So even when we could add a validation in horizon, people can still use the api to create the volumes/snapshots. Adding the validation on horizon might result in confusing situations since the users might end having duplicates names in the dashboard and yet beeing unable to create resources with

[Yahoo-eng-team] [Bug 1299317] [NEW] use 'interface-attach' without option parameter happen ERROR

2014-03-28 Thread shihanzhang
Public bug reported: I use 'interface-attach' without any option parameter to add vnic to a VM, nova return failed, but 'nova list' will see the vnic infor add to that vm, I do it as follow: root@ubuntu01:/var/log/nova# nova list

[Yahoo-eng-team] [Bug 1299331] [NEW] There isn't effect when attach/detach interface for paused instance

2014-03-28 Thread Alex Xu
Public bug reported: $ nova boot --flavor 1 --image 76ae1239-0973-44cf-9051-0e1bc8f41cdd --nic net-id=a15cfbed-86d8-4660-9593-46447cb9464e vm1 $ nova list +--+--+++-+---+ | ID

[Yahoo-eng-team] [Bug 1299333] [NEW] Unable attach/detach interface for shelve offloaded instance

2014-03-28 Thread Alex Xu
Public bug reported: $ nova list +--+--+++-+---+ | ID | Name | Status | Task State | Power State | Networks |

[Yahoo-eng-team] [Bug 1299349] [NEW] upstream-translation-update Jenkins job failing

2014-03-28 Thread Andreas Jaeger
Public bug reported: Various upstream-translation-update succeed apparently but looking into the file errors get ignored - and there are errors uploading the files to the translation site like: Error uploading file: There is a syntax error in your file. Line 1936: duplicate message definition...

[Yahoo-eng-team] [Bug 1299349] Re: upstream-translation-update Jenkins job failing

2014-03-28 Thread Andreas Jaeger
Same problem on cinder: http://logs.openstack.org/55/55272d4f1e2eec617d3305603d5dca5f50572e30/post /cinder-upstream-translation-update/655775a/ ** Also affects: cinder Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!