[Yahoo-eng-team] [Bug 1359590] [NEW] Getty's on serial consoles need to be consistent

2014-08-21 Thread Mark Shuttleworth
Public bug reported: In our cloud images today we launch a getty on ttyS0, as long as it's not in a container. We don't launch a getty on ttyS1-n even if they exist. In MAAS, which also uses cloud images, it would often be useful to put getty's on the serial port that is mapped to remote serial

[Yahoo-eng-team] [Bug 1359596] [NEW] Objects should be able to backport related objects automatically

2014-08-21 Thread Nikola Đipanov
Public bug reported: Following change https://review.openstack.org/#/c/114594 adds checking for related versions of objects. This is imho wrong because it will make for unnecessary versioning code that will need to be written by developers. Better way to do this would be to declare version on the

[Yahoo-eng-team] [Bug 1359608] [NEW] Abstract driver signatures for update catalog entities are wrong

2014-08-21 Thread Henry Nash
Public bug reported: In catalog/core.py, the abstract signature for a number of the update methods are incorrect and don't match what is actually implemented in the driver ** Affects: keystone Importance: Low Assignee: Henry Nash (henry-nash) Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1359617] [NEW] libvirt: driver calls volume connect twice for every volume on boot

2014-08-21 Thread Nikola Đipanov
Public bug reported: Libvirt driver will attempt to connect the volume on the hipervisor twice for every volume provided to the instance when booting. If you examine the libvirt driver's spawn() method, both _get_guest_xml (by means of get_guest_storage_config) and _create_domain_and_network

[Yahoo-eng-team] [Bug 1359637] [NEW] Many CSS logic in inline-editing

2014-08-21 Thread Thai Tran
Public bug reported: We have way too many styling logic in our javascript files. This one focus particularly on the inline-editing tables. We need to isolate these logic and implement them in a CSS file where it belongs. ** Affects: horizon Importance: Undecided Assignee: Thai Tran

[Yahoo-eng-team] [Bug 1359651] [NEW] xenapi: still get MAP_DUPLICATE_KEY in some edge cases

2014-08-21 Thread John Garbutt
Public bug reported: Older version of XenServer require us to keep the live copy of xenstore updated in sync with the copy of xenstore recorded in the xenapi metadata for that VM. Code inspection has shown that we don't consistently keep those two copies up to date. While its hard to reproduce

[Yahoo-eng-team] [Bug 1359649] [NEW] Level 1 and level 2 links doesn’t work when keypair is created

2014-08-21 Thread Kunal Saxena
Public bug reported: Description: Level 1 and level 2 links doesn’t work when keypair is created Steps to Execute: 1. Login to Horizon 2. Click on Access Security - Click “Create Key” button 3. Give name test and press button “CreateKeypair” 4. Download Keypair

[Yahoo-eng-team] [Bug 1359658] [NEW] resource id links not working properly in heat resource tab view

2014-08-21 Thread Sudheer Kalla
Public bug reported: While checking the stack details page of the dashboard horizon . At the Resource tab a table is listed with all the resources avaiable for the stack along with the hyper link provided to each resource name .Upon clicking on the name we will be re-directed to another page

[Yahoo-eng-team] [Bug 1354087] Re: [UI] 'dropdown' config types displays as checkboxes

2014-08-21 Thread Artem Osadchiy
** Also affects: horizon Importance: Undecided Status: New -- 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/1354087 Title: [UI] 'dropdown' config types

[Yahoo-eng-team] [Bug 1359690] [NEW] Fix timezones in line chart

2014-08-21 Thread Ladislav Smola
Public bug reported: Ceilometer gives us sample with UTC datetime, we are just passing that to the line chart, to it should recognise the UTC. Hover detail should be presented in local time for users. There might be more enhancements into this, like configurable timezones, but we need at least

[Yahoo-eng-team] [Bug 1332058] Re: keystone behavior when one memcache backend is down

2014-08-21 Thread Bogdan Dobrelya
@Dolph, then I try to use backend=dogpile.cache.pylibmc and backend_argument=behaviors:tcp_nodelay:False I recieve an error from keystone: ERROR: __init__() got an unexpected keyword argument 'behaviors' (HTTP 400) ** Changed in: keystone Status: Invalid = New -- You received this bug

[Yahoo-eng-team] [Bug 1354512] Re: Anonymous user can download public image through Swift

2014-08-21 Thread Thierry Carrez
** Information type changed from Private Security to Public ** Also affects: ossn Importance: Undecided Status: New ** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1359757] [NEW] DynamicSelectWidget is split into 2 lines after migration to bootstrap 3

2014-08-21 Thread Timur Sufiev
Public bug reported: Also, previously it was a button with '+' glyph, now its simple link without button. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: New ** Tags: bootstrap ** Attachment added: dynamic_select_widget_broken.png

[Yahoo-eng-team] [Bug 1315321] Re: image_size_cap not checked in v2 (CVE-2014-5356)

2014-08-21 Thread Tristan Cacqueray
** Changed in: ossa Status: In Progress = Fix Committed ** Summary changed: - image_size_cap not checked in v2 (CVE-2014-5356) + [OSSA 2014-028] image_size_cap not checked in v2 (CVE-2014-5356) ** Changed in: ossa Status: Fix Committed = Fix Released -- You received this bug

[Yahoo-eng-team] [Bug 1359774] [NEW] No way to specify initial services region during login

2014-08-21 Thread Justin Pomeroy
Public bug reported: If keystone is set up with multiple service regions, the initial service region is selected for you. This is done by searching the service catalog for the first non-identity service and then selecting the region for the first endpoint. This is an inconvenience when the user

[Yahoo-eng-team] [Bug 1359805] [NEW] 'Requested operation is not valid: domain is not running' from check-tempest-dsvm-neutron-full

2014-08-21 Thread Liam Young
Public bug reported: I received the following error from the check-tempest-dsvm-neutron-full test suite after submitting a nova patch: 2014-08-21 14:11:25.059 | Captured traceback: 2014-08-21 14:11:25.059 | ~~~ 2014-08-21 14:11:25.059 | Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1359808] [NEW] extended_volumes slows down the nova instance list by 40..50%

2014-08-21 Thread Attila Fazekas
Public bug reported: When listing ~4096 instances, the nova API (n-api) service has high CPU(100%) usage because it does individual SELECTs, for every server's block_device_mapping. Please use more efficient way for getting the block_device_mapping, when multiple instance queried. This line

[Yahoo-eng-team] [Bug 1359805] Re: 'Requested operation is not valid: domain is not running' from check-tempest-dsvm-neutron-full

2014-08-21 Thread Eugene Nikanorov
** Also affects: tempest Importance: Undecided Status: New ** Changed in: neutron Status: New = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1359805 Title:

[Yahoo-eng-team] [Bug 1337902] Re: do not show option for taking volume snapshots with --force is not supported by policy

2014-08-21 Thread Gary W. Smith
** 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/1337902 Title: do not show option for taking volume

[Yahoo-eng-team] [Bug 1359835] [NEW] select_destinations should send start/end notifications

2014-08-21 Thread John Garbutt
Public bug reported: In the filter scheduler, schedule_run_instance sends notifications, but select_destinations does not. This is inconsistent, and we should send start/end notifications from both code paths. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt)

[Yahoo-eng-team] [Bug 1014647] Re: Tempest has no test for soft reboot

2014-08-21 Thread Matt Riedemann
I think I'll draft up a nova blueprint spec for Kilo to go over some of the ideas. ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New = Triaged ** Tags added: api ** Changed in: nova Importance: Undecided = Medium -- You received this

[Yahoo-eng-team] [Bug 1359857] [NEW] Reveal/Hide password icon is not visible

2014-08-21 Thread Timur Sufiev
Public bug reported: And cannot be pressed. ** Affects: horizon Importance: Undecided Status: New ** Tags: bootstrap ** Attachment added: no_reveal_password_control.png https://bugs.launchpad.net/bugs/1359857/+attachment/4183749/+files/no_reveal_password_control.png -- You

[Yahoo-eng-team] [Bug 1297173] Re: Cannot view object details with Ceph backend

2014-08-21 Thread Gary W. Smith
Marking invalid per above recommendation and the fact that this is being tracked as a bug in Ceph ** Changed in: horizon Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1358026] Re: smartos unit tests not isolated

2014-08-21 Thread Scott Moser
*** This bug is a duplicate of bug 1316597 *** https://bugs.launchpad.net/bugs/1316597 ** This bug has been marked a duplicate of bug 1316597 test_smartos fails in a chroot -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1359871] [NEW] Cancel button too short on dialogs

2014-08-21 Thread Gary W. Smith
Public bug reported: On modal dialogs, the cancel button is too short. It should be the same height as the Launch/Save button to its right. Steps to reproduce: 1. Go to Project Instances 2. Press Launch Instance This appears to be a simple matter of using a 12px font rather than 13px. **

[Yahoo-eng-team] [Bug 1359869] [NEW] Stats collection in netscaler driver does not work.

2014-08-21 Thread parikshit
Public bug reported: Stats collection in netscaler driver does not work. ** 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.

[Yahoo-eng-team] [Bug 1292648] Re: [SRU] cloud-init should check/format Azure empheral disks each boot

2014-08-21 Thread Ben Howard
This was fixed released a long time ago. ** Changed in: cloud-init Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1292648 Title: [SRU]

[Yahoo-eng-team] [Bug 1359889] [NEW] NetScaler LBaaS Driver: Remove SNAT port creation by driver

2014-08-21 Thread Vijay Kumar Venkatachalam
Public bug reported: The NetScaler driver need not create the snat port. The middleware controlcenter will be creating the snat port whenever required. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1359890] [NEW] NetScaler LBaaS Driver: enable pool member status refresh

2014-08-21 Thread Vijay Kumar Venkatachalam
Public bug reported: Pool Members status should be ACTIVE/UP when the monitor in the NetScaler backend has detected it is UP and should be INACTIVE/Down when the NetScaler backend has detected it is DOWN. ** Affects: neutron Importance: Undecided Status: New -- You received this

[Yahoo-eng-team] [Bug 1359893] [NEW] NetScaler LBaaS Driver: Enable async creation of VIP in the NetScaler backend

2014-08-21 Thread Vijay Kumar Venkatachalam
Public bug reported: VIP creation to NS backend assumes it is synchronous. There are cases where new Backend Appliances get created this requires VIP creation call to be asynchronous. This change should enable creation of VIP to be asynchronous. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1359901] [NEW] Volume Backups dialogs missing bootstrap treatments

2014-08-21 Thread Julie Gravel
Public bug reported: Cancel buttons in the Create Volume Backups dialog and the Restore Volume Backup dialog have no border. ** Affects: horizon Importance: Undecided Assignee: Julie Gravel (julie-gravel) Status: New ** Tags: bootstrap ** Changed in: horizon Assignee:

[Yahoo-eng-team] [Bug 1359969] [NEW] base template includes improper html

2014-08-21 Thread Doug Fish
Public bug reported: https://github.com/openstack/horizon/blob/a0f7235278cfe187b2ff31bfb787548735111c8b/horizon/templates/base.html#L40 contains a self-closing div tag. This is not a valid syntax for HTML5. http://dev.w3.org/html5/html-author/#tags Although I'm not aware of any specific wrong

[Yahoo-eng-team] [Bug 1326140] Re: Cannot repartition root

2014-08-21 Thread Sean MacLennan
Sorry, I forgot all about this bug report. We fixed the problem long ago IIRC it turned out not to be a cloud-init problem, cloud-init just changed the timing. We initially fixed it by patching a cloud-init script, but even that patch was later removed. So cloud-init is completely exonerated!

[Yahoo-eng-team] [Bug 1359995] [NEW] Tempest failed to delete user

2014-08-21 Thread Brant Knudson
Public bug reported: check-tempest-dsvm-full failed on a keystone change. Here's the main log: http://logs.openstack.org/73/111573/4/check/check-tempest-dsvm-full/c5ce3bd/console.html The traceback shows: File tempest/api/volume/test_volumes_list.py, line 80, in tearDownClass File

[Yahoo-eng-team] [Bug 1359999] [NEW] Identity panels show loading icon when click on it

2014-08-21 Thread Cindy Lu
Public bug reported: When I click on Identity in the right navigation, and then click on either Project or User, I get a brief grey backdrop+loading icon before the table shows up. Clicking on any of the other panels doesn't show this. We should be consistent. I've only see the brief grey

[Yahoo-eng-team] [Bug 1360010] [NEW] Database Terminate Instance should be red btn-danger

2014-08-21 Thread Cindy Lu
Public bug reported: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/databases/tables.py#L38 class TerminateInstance(tables.BatchAction): name = terminate action_present = _(Terminate) action_past = _(Scheduled termination of %(data_type)s)

[Yahoo-eng-team] [Bug 1360011] [NEW] SSH Auth fails in AdvancedNetworkOps scenario

2014-08-21 Thread Salvatore Orlando
Public bug reported: Affects all neutron full jobs and check-grenade-dsvm-partial-ncpu The latter runs nova network. In the past 7 days: 105 hits (12 in gate) grenade: 30 neutron-standard: 1 neutron-full: 74 in the past 36 hours: 72 hits (8 in gate) grenade: 0 neutron-standard: 1 neutron-full:

[Yahoo-eng-team] [Bug 1360012] [NEW] Database Launch Instance should show Flavor Details

2014-08-21 Thread Cindy Lu
Public bug reported: The modal has a Flavor dropdown, but user has no idea what the Flavor is defined as. We should follow the same convention has what the Launch Instance modal has. See attached image. ** Affects: horizon Importance: Undecided Status: New -- You received this

[Yahoo-eng-team] [Bug 1360014] [NEW] Database Launch Instance Flavor list should be sorted

2014-08-21 Thread Cindy Lu
Public bug reported: It should be sorted like it is on Launch Instance dialog and make use CREATE_INSTANCE_FLAVOR_SORT in local_settings.py. ** Affects: horizon Importance: Undecided Assignee: Cindy Lu (clu-m) Status: New ** Attachment added: Untitled.png

[Yahoo-eng-team] [Bug 1360022] [NEW] min_ram and min_disk is ignored when boot from volume

2014-08-21 Thread jiang, yunhong
Public bug reported: When boot from volume and the volume is created from a image, the original image's min_ram, min_disk attributes are ignored, this is not good. The reason of this failure is because the _check_requested_image() in compute/api.py ignore if the source if a volume. ** Affects:

[Yahoo-eng-team] [Bug 1360039] [NEW] on second page cann't edit instances

2014-08-21 Thread henryZhao
Public bug reported: under instances panel,only first page can edit instance. If click more to next page,i can't edit instance ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1328700] Re: On mass deletion - some VM's stuck on ERROR due to connection failed to neutron

2014-08-21 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/1328700

[Yahoo-eng-team] [Bug 1350107] Re: Could not find a version that satisfies the requirement oslo.config=1.4.0.0a3

2014-08-21 Thread Joe Gordon
** Changed in: nova 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/1350107 Title: Could not find a version that satisfies the

[Yahoo-eng-team] [Bug 1222682] Re: Live Migration does not work unless cache=none

2014-08-21 Thread Joe Gordon
** Changed in: nova Status: In Progress = Won't Fix -- 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/1222682 Title: Live Migration does not work unless cache=none

[Yahoo-eng-team] [Bug 1215012] Re: _reschedule_or_error will detach other instances' volumes on Cinder side

2014-08-21 Thread Joe Gordon
patch was abandoned, marking as invalid ** Changed in: nova 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/1215012 Title:

[Yahoo-eng-team] [Bug 929771] Re: No content-type in create volume type request returns 500

2014-08-21 Thread Joe Gordon
nova volumes does not exist anymre ** Changed in: nova Status: Confirmed = Won't Fix -- 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/929771 Title: No

[Yahoo-eng-team] [Bug 970409] Re: Deleting volumes with snapshots should be allowed for some backends

2014-08-21 Thread Joe Gordon
nova volumes does not exist anymore ** Changed in: nova Status: Triaged = Won't Fix -- 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/970409 Title: Deleting

[Yahoo-eng-team] [Bug 988557] Re: volume attach should be separated in to its own extension

2014-08-21 Thread Joe Gordon
this already happened, nova volumes has been removed ** Changed in: nova Status: Confirmed = 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/988557 Title:

[Yahoo-eng-team] [Bug 1005956] Re: First VM provisioning is slow for large VM images

2014-08-21 Thread Joe Gordon
Since this bug was filed a lot has been done to make this faster ** Changed in: nova Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 884582] Re: EC2 API: DescribeImages does not return custom properties

2014-08-21 Thread Joe Gordon
** Changed in: nova Status: Confirmed = Opinion -- 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/884582 Title: EC2 API: DescribeImages does not return custom

[Yahoo-eng-team] [Bug 925748] Re: We should call unicode() instead of str()

2014-08-21 Thread Joe Gordon
until we have the dependency issue addressed for python3 this isn't worth addressing IMHO ** Changed in: nova Status: Triaged = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).