[Yahoo-eng-team] [Bug 1397926] [NEW] create dependancy between http service and horizon

2014-12-01 Thread Dafna Ron
Public bug reported: can we create a dependency between horizon packages and http so that after package update of horizon packages we would restart http service as well? the reason I think this should be done is because I updated horizon packages and after the upgrade some modules failed to

[Yahoo-eng-team] [Bug 1382116] [NEW] dashboard takes a long time to load on IE8

2014-10-16 Thread Dafna Ron
Public bug reported: I was trying to access openstack dashboard from a vm running on ovirt with windows 7 and IE8 installed. It took over a long time for the page to fully be loaded (screenshot attached). I tested firefox and chrome from the same vm and could access horizon with no issues.

[Yahoo-eng-team] [Bug 1379389] [NEW] filer hosts for live migration by cpu compatibility

2014-10-09 Thread Dafna Ron
Public bug reported: when we try to live migrate an instance, we get available host list. however, we fail on cpu compatibility. It would be good if we can filter hosts so that user's cannot migrate instances to hosts that are incompatible. I opened a ticket for novacli to create a query for

[Yahoo-eng-team] [Bug 1373886] [NEW] create a simple way to add/remove policies to new role

2014-09-25 Thread Dafna Ron
Public bug reported: I wanted to create a unique user role and add some build in policies to it. I can create a new role but than discovered that instead of being able to add storage permissions or network permissions for a user (so specific system functionality) I have to build my own

[Yahoo-eng-team] [Bug 1370511] [NEW] allow adding multiple roles for same user

2014-09-17 Thread Dafna Ron
Public bug reported: [root@tigris01 ~(keystone_admin)]# keystone help user-role-add usage: keystone user-role-add --user user --role role [--tenant tenant] Add role to user. Arguments: --user user, --user-id user, --user_id user Name or ID of user. --role role,

[Yahoo-eng-team] [Bug 1370515] [NEW] allow edit of user role

2014-09-17 Thread Dafna Ron
Public bug reported: I think it would be helpful to allow changing and updating a user's role from horizon root@tigris01 ~(keystone_admin)]# keystone help |grep role role-create Create new role. role-delete Delete role. role-getDisplay role details.

[Yahoo-eng-team] [Bug 1370544] [NEW] turn user to disabled instead of removing from project when we remove all roles

2014-09-17 Thread Dafna Ron
Public bug reported: under admin - project - modify user, if we remove all user roles and save the changes, user is removed from the list of users which I think is not a desirable behaviour since if the admin wanted to remove the user completely they would do so and not remove the roles

[Yahoo-eng-team] [Bug 1370080] [NEW] when we are redirected back to the launch instance box with error: You must select an image. and select an image, the volume size changes to 1GB.

2014-09-16 Thread Dafna Ron
Public bug reported: 1. launch an instance and select boot from image (create new volume) 2. in 'Device size (GB):' write 10GB 3. save without selecting an image results: when we are redirected back to the launch instance box with error: You must select an image. and select an image, the

[Yahoo-eng-team] [Bug 1370088] [NEW] admin is getting: You are not allowed to terminate instances

2014-09-16 Thread Dafna Ron
Public bug reported: I am getting a permission error on deleting of instances as user admin: Error: You are not allowed to terminate instances: Dafna-763bb301-33da- 47d2-bb90-e83edb1199f1, Dafna-c8c9e379-8c1c-40fd-a7a9-f57cfeed072d, Dafna-ab9aae09-d551-453c-b2ed-d40ba97a78dc,

[Yahoo-eng-team] [Bug 1370114] [NEW] add advanced view on instance history

2014-09-16 Thread Dafna Ron
Public bug reported: it would be helpful to add to horizon an advanced view on instance to show history such as : snapshots rebuild attach/detach of ip ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1370116] [NEW] Allow sending nova service-disable/enable to Hypervisor

2014-09-16 Thread Dafna Ron
Public bug reported: under admin - Hypervisors - allow disable and enable the compute from horizon. to prevent further scheduling of instance launch on a compute we need to run: nova service-disable --reason REASON NODENAME nova-compute It would be helpful if we can send this through the

[Yahoo-eng-team] [Bug 1370121] [NEW] Allow destroy of instances from the Hypervisor view under the admin menu

2014-09-16 Thread Dafna Ron
Public bug reported: it would be helpful if we can perform actions on instances from the hypervisor view such as: destroy, resize, migrate, snapshot this would be helpful in case we have maintenance on a specific hypervisor and would like to perform actions on the instances before we begin.

[Yahoo-eng-team] [Bug 1370126] [NEW] add error history log in horizon

2014-09-16 Thread Dafna Ron
Public bug reported: currently, when there is an error on actions in horizon we are getting a pop-up error which disappears. I think it would be helpful to keep a history of these errors in horizon and allow to filter them by an object or time so that admin would be able to view past errors

[Yahoo-eng-team] [Bug 1368854] [NEW] no error reported by client when image create is killed on quota

2014-09-12 Thread Dafna Ron
Public bug reported: no ERROR is issued to user on quota violation: root@tigris01 ~(keystone_admin)]# glance image-create --name dafna2 --disk-format qcow2 --container-format bare --copy-from image +--+--+ | Property | Value

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

2014-07-04 Thread Dafna Ron
Public bug reported: 1. log in with user demo 2. launch an instance from an image using create new volume 3. go to volumes - create snapshot snapshot is created with status error because --force option is not supported by cinder 2014-07-04 18:01:58.042 2434 ERROR oslo.messaging.rpc.dispatcher

[Yahoo-eng-team] [Bug 1337275] [NEW] fail to launch more than 12 instances after updating qouta with 'PortLimitExceeded: Maximum number of ports exceeded'

2014-07-03 Thread Dafna Ron
Public bug reported: I installed openstack with packstack as AIO + 3 computes. Trying to run 100 instances, we fail to launch more than 12 with 'PortLimitExceeded: Maximum number of ports exceeded' ERROR. to reproduce - launch 100 instances at once after changing admin tenant project default

[Yahoo-eng-team] [Bug 1323578] [NEW] randmly failing rebuild on ssh-key errors on a setup which is configured for non-migration resize

2014-05-27 Thread Dafna Ron
Public bug reported: I created a setup with 3 computes but configured nova.conf with the following on each of the computes: allow_resize_to_same_host=True scheduler_default_filters=AllHostsFilter when I try to resize I failed constantly on ssh-key error so I added this on my hosts:

[Yahoo-eng-team] [Bug 1323644] [NEW] show link between volumes and snapshots

2014-05-27 Thread Dafna Ron
Public bug reported: since snapshots are created as a chain from a volume and there is a link between a volume and all the snapshots created from it I think that it would be helpful showing that link in horizon. A use case I can think of is since we cannot delete a volume that has snapshots

[Yahoo-eng-team] [Bug 1320177] [NEW] setting instance to ERROR when failing resize

2014-05-16 Thread Dafna Ron
Public bug reported: I failed to resize an instance because of migration issue and the instance was set to ERROR state. I can see setting an ERROR state if resize failed because of EIO but if we fail resize before we started anything I think we should report the resize failure but not set the

[Yahoo-eng-team] [Bug 1320238] [NEW] no error reported when we try to resize down

2014-05-16 Thread Dafna Ron
Public bug reported: After resizeing an instance I tried resizing again back to the original flavour. there is no error reported in horizon but nova reports an error. 2014-05-16 16:34:21.286 15163 ERROR oslo.messaging.rpc.dispatcher [-] Exception during message handling: Resize error: Unable

[Yahoo-eng-team] [Bug 1320269] [NEW] schedual fails confirm resize of instances when there is enough space to complete resize

2014-05-16 Thread Dafna Ron
Public bug reported: I configured preallocation on my setup and launched 10 instances. 8 of the 10 instances have enough space to resize I started to resize all instances 1 at a time but did not confirm the resize when I got to the 8th instance the scheduler would not allow resize due to disk

[Yahoo-eng-team] [Bug 1320273] [NEW] _resize files are not cleaned when we destroy instances after failed resize because of disk space

2014-05-16 Thread Dafna Ron
Public bug reported: I configured my setup to work with preallocation. I resized instances and they fail to resize on disk space. when you destroy the instances the _resize file is not removed from the /var/lib/nova/instances dir: [root@orange-vdsf instances(keystone_admin)]# ls -l

[Yahoo-eng-team] [Bug 1319903] [NEW] preallocated snapshot images should not be determined by format

2014-05-15 Thread Dafna Ron
Public bug reported: In nova, we can create a raw preallocated disk and a qcow2 preallocated disk - both would be preallocated although the format would change. nova.conf configured with preallocation+qcow2: [root@orange-vdsf _base(keystone_admin)]# qemu-img info

[Yahoo-eng-team] [Bug 1319920] [NEW] adding space check when working with preallocation

2014-05-15 Thread Dafna Ron
Public bug reported: when we run a large flavor on a setup configured for preallocation we fail to spown with unexpected error. can we add a free space test before we launch the instance (like we have for min disk size)? to reproduce, configure nova.conf for preallocation - launch an instance

[Yahoo-eng-team] [Bug 1319926] [NEW] incorrect error when failing to launch on No space left on device\n

2014-05-15 Thread Dafna Ron
Public bug reported: when we configure nova to launch instances with preallocated disk and we fail to spown an instance because we do not have enough disk space, horizon is reporting no valid host found: Error: Failed to launch instance dafna: Please try again later [Error: No valid host was

[Yahoo-eng-team] [Bug 1245514] Re: block using --location when creating an image with swift backend

2014-05-14 Thread Dafna Ron
--location would simply create a db entry. nova will download the image locally when we need to run an instance. I think it would be interesting to see if we can configure nova to work with swift as shared storage and than it would be interesting to see what would happen but I see it more as

[Yahoo-eng-team] [Bug 1231406] Re: cannot create image from file when swift is configured as backend

2014-05-14 Thread Dafna Ron
yes, this was a problem with the installer that created a 1GB disks on the swift storage servers. it was resolved by changing the installer. closing. ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1220760] Re: add option to allow user to add echo for deleted images

2014-05-14 Thread Dafna Ron
I am working on creating a list of blueprints to improve glance. this looks like a candidate for that. So I will add this to the list and open a new blueprint based on this - so I think we can close. ** Changed in: glance Status: New = Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1317803] [NEW] host listed under host aggregate has a bullet near them

2014-05-09 Thread Dafna Ron
Public bug reported: the host's are in a table and have bullets near each host which looks like its coming from the table on the left. I'm using firefox: firefox-17.0.10-1.el6_4.x86_64 python-django-horizon-2014.1-4.el7ost.noarch ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1317839] [NEW] inconsistency between 'Image Name' output when booting from volumes

2014-05-09 Thread Dafna Ron
Public bug reported: I created two volumes from two different images: one image was qcow and one was raw. when I boot instances from the volumes, the 'Image Name' field under instances has '(not found)' for instance booted from one volume and '-' for the instance booted from the second volume

[Yahoo-eng-team] [Bug 1317913] [NEW] it would be helpful to add the current volume size to the extend volume box

2014-05-09 Thread Dafna Ron
Public bug reported: when we extend a volume a new box is opened. it would be helpful if we add the current volume size to the new box. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: screen shot

[Yahoo-eng-team] [Bug 1317181] [NEW] do not allow lauch of instances with memory less than 512

2014-05-07 Thread Dafna Ron
Public bug reported: I can create a flavor with 1MB of memory and launch instances. since as far as I know we do not have any computers that run on less than 512MB (even that is rare today) I am not sure allowing less than 512MB should be allowed. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1315014] [NEW] when using --size to create a qcow2 image image is creates it as raw but reported as qcow2

2014-05-01 Thread Dafna Ron
Public bug reported: I tried creating 20GB qcow2 image using --size and the image Here are the problems: 1. the image is not created with the selected size 2. the image is reported as qcow2 in glance-list but qemu-img shows it as raw (since the source image copied is a raw image we seem to be

[Yahoo-eng-team] [Bug 1315032] [NEW] when using --size after image is created, the size shown is the image actual size

2014-05-01 Thread Dafna Ron
Public bug reported: when I create an image using --size, while image is in status saving we see the requested size but after images is created we see the image's actual size: during saving: [root@orange-vdsf images(keystone_admin)]# glance image-list --human

[Yahoo-eng-team] [Bug 1312796] [NEW] we are able to destroy an instance while taking a snapshot

2014-04-25 Thread Dafna Ron
Public bug reported: we are able to destroy an instance when taking a snapshot. the new image status would depend if it was already created and uploaded to /var/lib/glance/images I think that if we allow to destroy the instance when taking the snapshot we run the risk of data corruption on the

[Yahoo-eng-team] [Bug 1312833] [NEW] no error is reported or logged when we fail to create a volume on Image minDisk

2014-04-25 Thread Dafna Ron
Public bug reported: I tried to create a volume from an image and gave the volume size which is less than the glance parameter: --min-disk All I got was an error that I cannot create the volume. there was nothing logged in horizon and since there is no image id it was really problematic

[Yahoo-eng-team] [Bug 1312247] [NEW] not redirected to main page after a session expired

2014-04-24 Thread Dafna Ron
Public bug reported: when creating a snapshot for an instance, if the session expires and than we press the instances link again to refresh the screen, we get an error in the webadmin instead of being redirected to the login page: This is from the log:

[Yahoo-eng-team] [Bug 1311582] [NEW] resource usage for storage components shows no results

2014-04-23 Thread Dafna Ron
Public bug reported: when I try to view storage resources in horizon's resource usage tab we get no data available message. looking at horizon log I see that we are getting an error but can't find anything in ceilometer to suggest why we fail to show the info. HTTP/0.9 200 head titleError

[Yahoo-eng-team] [Bug 1308983] [NEW] fter I had to force shut down my browser we are getting 'NameError: global name 'endpoint' is not defined'

2014-04-17 Thread Dafna Ron
Public bug reported: I was working on horizon when my firefox browser stopped responding and I had to force shut down the browser and restart it. once I restored the session, none of the objects could be retrieved by horizon and when I logged out I could not log in with http access error. the

[Yahoo-eng-team] [Bug 1282196] [NEW] description field can be extended over other fields

2014-02-19 Thread Dafna Ron
Public bug reported: we can extend the description box to extend over other fields (see screen shot) ** Affects: horizon Importance: Undecided Status: New ** Attachment added: screen shot https://bugs.launchpad.net/bugs/1282196/+attachment/3987117/+files/description.png --

[Yahoo-eng-team] [Bug 1281679] [NEW] unclear error message when detaching volume we booted from

2014-02-18 Thread Dafna Ron
Public bug reported: If I boot an instance from a volume and than try to detach the volume this is the warning I get: You have selected vda on instance Dafna. Please confirm your selection. This action cannot be undone. If we consider that not all user's will be familiar with linux they may

[Yahoo-eng-team] [Bug 1279749] [NEW] ading/removing admin to a group will crash horizon

2014-02-13 Thread Dafna Ron
Public bug reported: I created a group and added admin user to the group. this caused horizon to crash. admin is added to the group though so if you try to remove it from the group, horizon will crash as well: 2014-02-13 11:03:43,926 7731 ERROR django.request Internal Server Error:

[Yahoo-eng-team] [Bug 1276696] [NEW] when flavor is too small the error is not clear

2014-02-05 Thread Dafna Ron
Public bug reported: when I try to run an instance with a flavor which is too small the error that I get from Horizon is no available compute found the compute log shows that the issue is: FlavorDiskTooSmall The error should be fixed since no available computes is a message that requires a

[Yahoo-eng-team] [Bug 1270798] [NEW] Glance quota only enforced when we do size check on create image

2014-01-20 Thread Dafna Ron
Public bug reported: if I set user_storage_quota = 2 it should fail image create. but since --location does not check image size during create, the quota is not enforced during create. since the quota is not implemented during image download, we basically have an easy way of bypassing the

[Yahoo-eng-team] [Bug 1270832] [NEW] no error is printed to glance.api log when we fail to create image on quota

2014-01-20 Thread Dafna Ron
Public bug reported: I set user_storage_quota = 2 in /etc/glance/glance-api.conf and tried to create an image with --copy-from: [root@cougar07 tmp(keystone_admin)]# echo '' /var/log/glance/api.log [root@cougar07 tmp(keystone_admin)]# glance image-create --name dafna2 --disk-format qcow2

[Yahoo-eng-team] [Bug 1266825] [NEW] checking the Name in instances will not select all instances

2014-01-07 Thread Dafna Ron
Public bug reported: If I select the Name check box in the instances view it only checks that check box and does not select all the instances This is on the RDO ice-house packages: python-django-horizon-2014.1-0.1b1.el6.noarch ** Affects: horizon Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1245519] Re: instance stuck in scheduling when image cannot be copied to swift backend

2013-12-05 Thread Dafna Ron
this bug has been solved by Red Hat and the behaviour no longer happens. ** Changed in: nova Status: Incomplete = Fix Released -- 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 1053931] Re: Volume hangs in creating status even though scheduler raises No valid host exception

2013-10-07 Thread Dafna Ron
This bug is happening again in Havana release. we had a power outage and I sent a create command while the storage was unavailable and also had some other volume related commands running. 2013-10-07 18:41:06.136 8288 WARNING cinder.scheduler.host_manager

[Yahoo-eng-team] [Bug 1221280] Re: we can run glance image-list --sort-key field --sort-key field but only the last field is sorted by

2013-09-06 Thread Dafna Ron
moved it to invalid, if anyone else thinks this should be fixed please change back... ** Changed in: glance Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.