[Yahoo-eng-team] [Bug 1539647] [NEW] Return server error when we make 'Confirm or Revert Resize instance'

2016-01-29 Thread Alexey Galkin
Public bug reported: Stepts to reproduce: 1. Login to horizon. 2. Create a new instance. 3. Navigate to Project->Compute->Instances and click dropdown menu in Instance`s row. 4. Click on Resize Instance menu item 5. From opened form select other flavor ('m1.micro', for example) > select Resize

[Yahoo-eng-team] [Bug 1539695] [NEW] Not working pagination in Volume snapshot panel

2016-01-29 Thread Alexey Galkin
Public bug reported: Steps to repoduce: 1. Set `Items Per Page` parameter to 2 in (Settings->User settings). 2. Go to Project->Compute->Volumes->Volume snapshots tab. 3. Create 5 snapshots. Excepted results: Pagination not working. All snapshots displayed on one page. Actual results:

[Yahoo-eng-team] [Bug 1517060] [NEW] User (without admin privileges) can change size your own image with 'deactivated' status.

2015-11-17 Thread Alexey Galkin
Public bug reported: Steps to reproduce: 1. Create a new image with 'active' status. 2. Deactivate this image from admin. (image should have a 'deactivated' status) 3. Use this curl request: curl -X PUT http://localhost:9292/v1/images/ -H 'X-Auth-Token: ' -H 'x-image-meta-size: 1234567' 4.

[Yahoo-eng-team] [Bug 1506842] [NEW] Glanceclient + SSL - Show warnings in console

2015-10-16 Thread Alexey Galkin
Public bug reported: If we use glanceclient with ssl, console displays few "extra" warnings like this: /usr/lib/python2.7/dist-packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may

[Yahoo-eng-team] [Bug 1500037] [NEW] [CLI] Incorrent error message when trying download null-size image

2015-09-26 Thread Alexey Galkin
Public bug reported: CLI (shell) glance client return a non-informative responce if we trying download a image with null size. Affected v1 and v2 API. Steps to reproduce: 1. Create a new zero size image: agalkin@rinner:~$ glance image-create

[Yahoo-eng-team] [Bug 1499390] [NEW] Need to add a more useful tests for 'Unicode support shell client '

2015-09-24 Thread Alexey Galkin
Public bug reported: We need a more useful tests for 'Unicode support shell client ', based on this https://review.openstack.org/#/c/206037/ . ** Affects: glance Importance: Undecided Assignee: dshakhray (dshakhray) Status: New ** Tags: cli -- You received this bug

[Yahoo-eng-team] [Bug 1471186] [NEW] Optimization of the functional test for the scrubber

2015-07-03 Thread Alexey Galkin
Public bug reported: Our functional tests (test_scrubber.py) contains a lot of extra code which can be replaced. ** Affects: glance Importance: Undecided Assignee: Alexey Galkin (agalkin) Status: In Progress ** Tags: glance tests ** Changed in: glance Assignee

[Yahoo-eng-team] [Bug 1470941] [NEW] Optimization of the functional test for the WSGIServer

2015-07-02 Thread Alexey Galkin
Public bug reported: Сhanges in functional tests for WSGIServer for more optimized performance ** Affects: glance Importance: Undecided Assignee: Alexey Galkin (agalkin) Status: New ** Tags: glance tests ** Changed in: glance Assignee: (unassigned) = Alexey Galkin

[Yahoo-eng-team] [Bug 1470164] [NEW] Glance v1 not working with allow_anonymous_access = True

2015-06-30 Thread Alexey Galkin
Public bug reported: Steps to reproduce: 1. Stop glance-api service. 2. In glance-api.conf set allow_anonymous_access = True 3. Start glance-api service. 4. Trying to get image-list with use v1 and without keystone x-auth-token GET /v1/images HTTP/1.1 Host: 172.18.85.25:2081 User-Agent:

[Yahoo-eng-team] [Bug 1470192] [NEW] '501 Not Implemented' responce while send HTTP request with custom method

2015-06-30 Thread Alexey Galkin
Public bug reported: Steps to reproduce: 1. Send request something like this: ANY-CUSTOM-METHOD /v2/images HTTP/1.1 Host: localhost:2081 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 X-auth-token: fc6fa22976da45b2af76622935825625 Accept-Language:

[Yahoo-eng-team] [Bug 1468806] [NEW] attempt to communicate with non-existent properties

2015-06-25 Thread Alexey Galkin
Public bug reported: Steps to reproduce: 1. Create new artifact. POST /v3/artifacts/myartifact/v2.0/drafts HTTP/1.1 Host: 172.18.78.38:9393 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Accept:

[Yahoo-eng-team] [Bug 1463898] [NEW] Unable to delete artifact with custom id

2015-06-10 Thread Alexey Galkin
Public bug reported: Steps to reproduce: 1. Create new artifact with custom id: {description: This is a sample plugin, name: Demo Artifact, version: 42 , id:123456789} 2. Get list of artifacts. We can see new artifact with id: 123456789. 3. Delete artifact with id: 123456789 4. Get