[Yahoo-eng-team] [Bug 1783609] [NEW] testenv:py27integration tests always runs in headless mode

2018-07-25 Thread Mohan Seri
Public bug reported:

I am trying to run horizon integration selenium tests in my local. I
made  SELENIUM_HEADLESS=0 in [testenv:py27integration] section of
tox.ini and trying to execute python -e py27integration. But I noticed
that Firefox browser never comes up and all tests were executed in
headless mode instead.

** 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/1783609

Title:
  testenv:py27integration tests always runs in headless mode

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  I am trying to run horizon integration selenium tests in my local. I
  made  SELENIUM_HEADLESS=0 in [testenv:py27integration] section of
  tox.ini and trying to execute python -e py27integration. But I noticed
  that Firefox browser never comes up and all tests were executed in
  headless mode instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1783609/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1475396] [NEW] Start Instances should not be enabled for an Running Instance

2015-07-16 Thread Mohan Seri
Public bug reported:

Start Instances gets enabled by selecting any Instance using check box
irrespective of the Instance Power State which is misleading and throws
error if Start Instances operation is performed,

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Start_Instances issue.JPG
   
https://bugs.launchpad.net/bugs/1475396/+attachment/4430174/+files/Start_Instances%20issue.JPG

-- 
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/1475396

Title:
  Start Instances should not be enabled for an Running Instance

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Start Instances gets enabled by selecting any Instance using check box
  irrespective of the Instance Power State which is misleading and
  throws error if Start Instances operation is performed,

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1475396/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1445235] [NEW] [Launch Instance Fix] Security Group error when launching an instance with new wizard

2015-04-16 Thread Mohan Seri
Public bug reported:

With out Neutron, Creating an instance with new launch instance Errors
with Error: unable to create the server.


with 
LOG.error( - %s % security_groups) before line 578 in 
nova.py

Here is the Log:

 - [3]
REQ: curl -g -i 
'http://10.0.2.15:8774/v2/f013e957495e47118dce6c0a87bd4690/servers' -X POST -H 
Accept: application/json -H Content-Type: application/json -H User-Agent: 
python-novaclient -H X-Auth-Project-Id: f013e957495e47118dce6c0a87bd4690 -H 
X-Auth-Token: {SHA1}0ed0cb9ce78afdde4aedde8d415b3962fb3b782b -d '{server: 
{name: ins_111, imageRef: c62db24e-0735-45bc-a6d7-0a3896b93c54, 
availability_zone: nova, key_name: KP_1, flavorRef: 42, 
OS-DCF:diskConfig: AUTO, max_count: 1, min_count: 1, security_groups: 
[{name: 3}]}}'
RESP: [400] {'date': 'Thu, 16 Apr 2015 21:55:30 GMT', 'connection': 
'keep-alive', 'content-type': 'application/json; charset=UTF-8', 
'content-length': '116', 'x-compute-request-id': 
'req-92aa65af-603b-4fec-afad-e7e7edab9839'}
RESP BODY: null

[16/Apr/2015 21:55:30] POST /api/nova/servers/ HTTP/1.1 400 140

** 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/1445235

Title:
  [Launch Instance Fix] Security Group error when launching an instance
  with new wizard

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  With out Neutron, Creating an instance with new launch instance Errors
  with Error: unable to create the server.

  
  with 
  LOG.error( - %s % security_groups) before line 578 in 
nova.py

  Here is the Log:

   - [3]
  REQ: curl -g -i 
'http://10.0.2.15:8774/v2/f013e957495e47118dce6c0a87bd4690/servers' -X POST -H 
Accept: application/json -H Content-Type: application/json -H User-Agent: 
python-novaclient -H X-Auth-Project-Id: f013e957495e47118dce6c0a87bd4690 -H 
X-Auth-Token: {SHA1}0ed0cb9ce78afdde4aedde8d415b3962fb3b782b -d '{server: 
{name: ins_111, imageRef: c62db24e-0735-45bc-a6d7-0a3896b93c54, 
availability_zone: nova, key_name: KP_1, flavorRef: 42, 
OS-DCF:diskConfig: AUTO, max_count: 1, min_count: 1, security_groups: 
[{name: 3}]}}'
  RESP: [400] {'date': 'Thu, 16 Apr 2015 21:55:30 GMT', 'connection': 
'keep-alive', 'content-type': 'application/json; charset=UTF-8', 
'content-length': '116', 'x-compute-request-id': 
'req-92aa65af-603b-4fec-afad-e7e7edab9839'}
  RESP BODY: null

  [16/Apr/2015 21:55:30] POST /api/nova/servers/ HTTP/1.1 400 140

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1445235/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434317] [NEW] nova quota update command does not work with tenant name

2015-03-19 Thread Mohan Seri
Public bug reported:

nova quota-update --instances 8 Tenant ID  - Updates Instances Quota
on Horizon UI (Identity  Projects  Edit Project  Quota)

nova quota-update --instances 8 Tenant Name  - DOES NOT Update
Instances Quota on Horizon UI (Identity  Projects  Edit Project 
Quota)

1. Update with Tenant ID in CLI and Show with Tenant ID from CLI : Pass
2. Update with Tenant Name in CLI and Show with Tenant Name from CLI: Pass
3. Update with Tenant ID in CLI and View from Horizon: Pass
4. Update with Tenant  Name in CLI and View from Horizon: Fail

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Capture_3.PNG
   
https://bugs.launchpad.net/bugs/1434317/+attachment/4350366/+files/Capture_3.PNG

** Project changed: django-openstack-auth = horizon

-- 
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/1434317

Title:
  nova quota update command does not work with tenant name

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  nova quota-update --instances 8 Tenant ID  - Updates Instances
  Quota on Horizon UI (Identity  Projects  Edit Project  Quota)

  nova quota-update --instances 8 Tenant Name  - DOES NOT Update
  Instances Quota on Horizon UI (Identity  Projects  Edit Project 
  Quota)

  1. Update with Tenant ID in CLI and Show with Tenant ID from CLI : Pass
  2. Update with Tenant Name in CLI and Show with Tenant Name from CLI: Pass
  3. Update with Tenant ID in CLI and View from Horizon: Pass
  4. Update with Tenant  Name in CLI and View from Horizon: Fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434317/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434317] Re: nova quota update command does not work with tenant name

2015-03-19 Thread Mohan Seri
** Project changed: horizon = nova

-- 
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/1434317

Title:
  nova quota update command does not work with tenant name

Status in OpenStack Compute (Nova):
  New

Bug description:
  nova quota-update --instances 8 Tenant ID  - Updates Instances
  Quota on Horizon UI (Identity  Projects  Edit Project  Quota)

  nova quota-update --instances 8 Tenant Name  - DOES NOT Update
  Instances Quota on Horizon UI (Identity  Projects  Edit Project 
  Quota)

  1. Update with Tenant ID in CLI and Show with Tenant ID from CLI : Pass
  2. Update with Tenant Name in CLI and Show with Tenant Name from CLI: Pass
  3. Update with Tenant ID in CLI and View from Horizon: Pass
  4. Update with Tenant  Name in CLI and View from Horizon: Fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1434317/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1422854] [NEW] Error: Unauthorized: Failed to modify 1 project members and update project quotas.

2015-02-17 Thread Mohan Seri
Public bug reported:

Test step:
1: admin login
2:create a new project named p_admin_1
3:give admin member and admin role to this new project
4:remove the admin role for this project

test result:

Error: Unauthorized: Failed to modify 1 project members and update project 
quotas.
Error: Unauthorized: Unable to retrieve project list.

** 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/1422854

Title:
  Error: Unauthorized: Failed to modify 1 project members and update
  project quotas.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Test step:
  1: admin login
  2:create a new project named p_admin_1
  3:give admin member and admin role to this new project
  4:remove the admin role for this project

  test result:

  Error: Unauthorized: Failed to modify 1 project members and update project 
quotas.
  Error: Unauthorized: Unable to retrieve project list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1422854/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1418741] [NEW] Port is missing while Associating Floating IP when shared network is used

2015-02-05 Thread Mohan Seri
Public bug reported:

1.  In Horizon as an admin user, create a network say 'admin-net',  create a 
router and set gateway. 
2.  Make 'admin-net' as shared network.
3.  As an admin user, create a new user with new tenant and member role. 
4.  Sign on as new user and navigate to networks.
5.  Notice that admin-net is visible but router is not displayed.
6. Create a compute instance with 'admin-net'.
7. Try to associate floating ip and notice that 'no ports are available'.

Note: However we can associate floating ip from CLI.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Router missing.PNG
   
https://bugs.launchpad.net/bugs/1418741/+attachment/4313482/+files/Router%20missing.PNG

-- 
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/1418741

Title:
  Port is missing while Associating Floating IP when shared network is
  used

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  1.  In Horizon as an admin user, create a network say 'admin-net',  create a 
router and set gateway. 
  2.  Make 'admin-net' as shared network.
  3.  As an admin user, create a new user with new tenant and member role. 
  4.  Sign on as new user and navigate to networks.
  5.  Notice that admin-net is visible but router is not displayed.
  6. Create a compute instance with 'admin-net'.
  7. Try to associate floating ip and notice that 'no ports are available'.

  Note: However we can associate floating ip from CLI.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1418741/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1408383] [NEW] Eye icon missing in password field on Login Page when /auth/login is not present in url

2015-01-07 Thread Mohan Seri
Public bug reported:

Eye icon will only appear in password field on Login Page if i use
http://localhost/auth/login/

Eye icon missing in password field on Login Page if i use (without /auth/login/)
http://localhost/

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Doc1.docx
   https://bugs.launchpad.net/bugs/1408383/+attachment/4293639/+files/Doc1.docx

-- 
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/1408383

Title:
  Eye icon missing in password field on Login Page when /auth/login is
  not present in url

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Eye icon will only appear in password field on Login Page if i use
  http://localhost/auth/login/

  Eye icon missing in password field on Login Page if i use (without 
/auth/login/)
  http://localhost/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1408383/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1364526] [NEW] Extra Specs are not being deleted

2014-09-02 Thread Mohan Seri
Public bug reported:

create Extra Specs  for any Falvor at Admin  system  Falvors  View
Extra Specs. Try deleting Extra Specs. Notice the success message but
Extra Specs still exists.

** 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/1364526

Title:
  Extra Specs are not being deleted

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  create Extra Specs  for any Falvor at Admin  system  Falvors  View
  Extra Specs. Try deleting Extra Specs. Notice the success message but
  Extra Specs still exists.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1364526/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1363250] [NEW] Filter button on System Info page throws 404

2014-08-29 Thread Mohan Seri
Public bug reported:

Navigate to Admin  System  System Info. 
Click on Filter button from any of the tab. 
Notice that the page is broken.

** 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/1363250

Title:
  Filter button on System Info page throws 404

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Navigate to Admin  System  System Info. 
  Click on Filter button from any of the tab. 
  Notice that the page is broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1363250/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1362850] [NEW] Filter button on Host Aggregates does not work

2014-08-28 Thread Mohan Seri
Public bug reported:

Click on Filter Button on Host Aggregates page and notice the below
error: (Since the Filter text box is an auto filter, we may need not
require Filter button)

TemplateSyntaxError at /admin/aggregates/
name
Request Method: POST
Request URL:http://localhost/admin/aggregates/
Django Version: 1.6.5
Exception Type: TemplateSyntaxError
Exception Value:
name
Exception Location: 
/opt/stack/python-novaclient/novaclient/openstack/common/apiclient/base.py in 
__getattr__, line 489
Python Executable:  /usr/bin/python
Python Version: 2.7.3
Python Path:
['/opt/stack/horizon/openstack_dashboard/wsgi/../..',
 '/opt/stack/python-keystoneclient',
 '/opt/stack/python-glanceclient',
 '/opt/stack/python-cinderclient',
 '/opt/stack/python-novaclient',
 '/opt/stack/python-swiftclient',
 '/opt/stack/python-neutronclient',
 '/opt/stack/python-heatclient',
 '/opt/stack/python-openstackclient',
 '/opt/stack/keystone',
 '/opt/stack/swift',
 '/opt/stack/glance',
 '/opt/stack/cinder',
 '/opt/stack/neutron',
 '/opt/stack/nova',
 '/opt/stack/horizon',
 '/opt/stack/heat',
 '/opt/stack/python-troveclient',
 '/opt/stack/trove',
 '/opt/stack/tempest',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PIL',
 '/usr/lib/python2.7/dist-packages/gst-0.10',
 '/usr/lib/python2.7/dist-packages/gtk-2.0',
 '/usr/lib/pymodules/python2.7',
 '/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
 '/usr/lib/python2.7/dist-packages/ubuntuone-client',
 '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel',
 '/usr/lib/python2.7/dist-packages/ubuntuone-couch',
 '/usr/lib/python2.7/dist-packages/ubuntuone-installer',
 '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol',
 '/opt/stack/horizon/openstack_dashboard']
Server time:Thu, 28 Aug 2014 23:00:23 +

** 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/1362850

Title:
  Filter button on Host Aggregates does not work

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Click on Filter Button on Host Aggregates page and notice the below
  error: (Since the Filter text box is an auto filter, we may need not
  require Filter button)

  TemplateSyntaxError at /admin/aggregates/
  name
  Request Method:   POST
  Request URL:  http://localhost/admin/aggregates/
  Django Version:   1.6.5
  Exception Type:   TemplateSyntaxError
  Exception Value:  
  name
  Exception Location:   
/opt/stack/python-novaclient/novaclient/openstack/common/apiclient/base.py in 
__getattr__, line 489
  Python Executable:/usr/bin/python
  Python Version:   2.7.3
  Python Path:  
  ['/opt/stack/horizon/openstack_dashboard/wsgi/../..',
   '/opt/stack/python-keystoneclient',
   '/opt/stack/python-glanceclient',
   '/opt/stack/python-cinderclient',
   '/opt/stack/python-novaclient',
   '/opt/stack/python-swiftclient',
   '/opt/stack/python-neutronclient',
   '/opt/stack/python-heatclient',
   '/opt/stack/python-openstackclient',
   '/opt/stack/keystone',
   '/opt/stack/swift',
   '/opt/stack/glance',
   '/opt/stack/cinder',
   '/opt/stack/neutron',
   '/opt/stack/nova',
   '/opt/stack/horizon',
   '/opt/stack/heat',
   '/opt/stack/python-troveclient',
   '/opt/stack/trove',
   '/opt/stack/tempest',
   '/usr/lib/python2.7',
   '/usr/lib/python2.7/plat-linux2',
   '/usr/lib/python2.7/lib-tk',
   '/usr/lib/python2.7/lib-old',
   '/usr/lib/python2.7/lib-dynload',
   '/usr/local/lib/python2.7/dist-packages',
   '/usr/lib/python2.7/dist-packages',
   '/usr/lib/python2.7/dist-packages/PIL',
   '/usr/lib/python2.7/dist-packages/gst-0.10',
   '/usr/lib/python2.7/dist-packages/gtk-2.0',
   '/usr/lib/pymodules/python2.7',
   '/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
   '/usr/lib/python2.7/dist-packages/ubuntuone-client',
   '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel',
   '/usr/lib/python2.7/dist-packages/ubuntuone-couch',
   '/usr/lib/python2.7/dist-packages/ubuntuone-installer',
   '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol',
   '/opt/stack/horizon/openstack_dashboard']
  Server time:  Thu, 28 Aug 2014 23:00:23 +

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1362850/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1349595] [NEW] columns are misplaced after creating snapshot

2014-07-28 Thread Mohan Seri
Public bug reported:

Create a Volume. Create a Snapshot from Volume. Notice that the
controls/buttons are misplaced. But refresh should make them look good.
Please find attached screen shot.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Snapshot_Issue.PNG
   
https://bugs.launchpad.net/bugs/1349595/+attachment/4164626/+files/Snapshot_Issue.PNG

-- 
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/1349595

Title:
  columns are misplaced after creating snapshot

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Create a Volume. Create a Snapshot from Volume. Notice that the
  controls/buttons are misplaced. But refresh should make them look
  good. Please find attached screen shot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1349595/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1348409] [NEW] Object Name may not be auto populated

2014-07-24 Thread Mohan Seri
Public bug reported:

After choosing a file from Container  Upload Object pop up, Object Name
is auto populated with file name.

If user want to go with file name as Object Name (which is mandatory),
the user cannot upload the file since Upload Object is disabled.

Since Object Name is mandatory and user does not want to enter one since
it is being populated, the user cannot upload the file since Upload
Object is disabled.

In order for user to upload object, user has to perform any keystroke in
the text box  in order for Upload Object button to be enabled. This is a
bit confusing.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Upload Object Issue.PNG
   
https://bugs.launchpad.net/bugs/1348409/+attachment/4162353/+files/Upload%20Object%20Issue.PNG

-- 
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/1348409

Title:
  Object Name may not be auto populated

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  After choosing a file from Container  Upload Object pop up, Object
  Name is auto populated with file name.

  If user want to go with file name as Object Name (which is mandatory),
  the user cannot upload the file since Upload Object is disabled.

  Since Object Name is mandatory and user does not want to enter one
  since it is being populated, the user cannot upload the file since
  Upload Object is disabled.

  In order for user to upload object, user has to perform any keystroke
  in the text box  in order for Upload Object button to be enabled. This
  is a bit confusing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1348409/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1348404] [NEW] Object Name may not be auto populated

2014-07-24 Thread Mohan Seri
Public bug reported:

After choosing a file from Container  Upload Object pop up, Object Name
is auto populated with file name.

If user want to go with file name as Object Name (which is mandatory),
the user cannot upload the file since Upload Object is disabled.

Since Object Name is mandatory and user does not want to enter one since
it is being populated, the user cannot upload the file since Upload
Object is disabled.

In order for user to upload object, user has to perform any keystroke in
the text box  in order for Upload Object button to be enabled. This is a
bit confusing.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: Upload Object Issue.PNG
   
https://bugs.launchpad.net/bugs/1348404/+attachment/4162338/+files/Upload%20Object%20Issue.PNG

-- 
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/1348404

Title:
  Object Name may not be auto populated

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  After choosing a file from Container  Upload Object pop up, Object
  Name is auto populated with file name.

  If user want to go with file name as Object Name (which is mandatory),
  the user cannot upload the file since Upload Object is disabled.

  Since Object Name is mandatory and user does not want to enter one
  since it is being populated, the user cannot upload the file since
  Upload Object is disabled.

  In order for user to upload object, user has to perform any keystroke
  in the text box  in order for Upload Object button to be enabled. This
  is a bit confusing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1348404/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp