[Yahoo-eng-team] [Bug 1743226] [NEW] The display of 'None' value in volume table is inconsistent

2018-01-14 Thread qiaomin032
Public bug reported:

In volume table, when the value of 'description' and 'type' is None there will 
display a '-'. But there display none when the value of the attachment is none. 
 
There should be the same style in the table, which is easier for the user to 
accept.

There will provide a screenshot for more details.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "volume-table.jpeg"
   
https://bugs.launchpad.net/bugs/1743226/+attachment/5036846/+files/volume-table.jpeg

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

Title:
  The display of 'None' value in volume table is inconsistent

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In volume table, when the value of 'description' and 'type' is None there 
will display a '-'. But there display none when the value of the attachment is 
none.  
  There should be the same style in the table, which is easier for the user to 
accept.

  There will provide a screenshot for more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1743226/+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 1741420] [NEW] Some openstack dashboard screenshots are out od date

2018-01-05 Thread qiaomin032
Public bug reported:

Some openstack dashboard screenshots are out of date, such as "Project tab",
"Admin tab" and "Identity tab".
See the screenshot to get more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "old-tab.png"
   
https://bugs.launchpad.net/bugs/1741420/+attachment/5031364/+files/old-tab.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/1741420

Title:
  Some openstack dashboard screenshots are out od date

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Some openstack dashboard screenshots are out of date, such as "Project tab",
  "Admin tab" and "Identity tab".
  See the screenshot to get more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1741420/+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 1709808] [NEW] Admin user should not get the stacks created by other project user

2017-08-10 Thread qiaomin032
Public bug reported:

Reproduce:
1, Login in as a demo user, the demo user is a normal user and belong to the 
demo project,
2, Switch to Project/Orchestration/Stacks page, create a stack named 'test' and 
the 'test' will display in the page
3 log out demo, and login in as a admin user, this user belong to admin 
project, there will display the 'test' stack, this is not expected, there 
should not display the 'test' stack because it belong to the other project.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  Admin user should not get the stacks created by other project user

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce:
  1, Login in as a demo user, the demo user is a normal user and belong to the 
demo project,
  2, Switch to Project/Orchestration/Stacks page, create a stack named 'test' 
and the 'test' will display in the page
  3 log out demo, and login in as a admin user, this user belong to admin 
project, there will display the 'test' stack, this is not expected, there 
should not display the 'test' stack because it belong to the other project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1709808/+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 1702833] [NEW] Image page filter with "Visibility" should not executed against an API

2017-07-07 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Switch to "Project"/"Compute"/"Image" page,
2. Click the search filed and select the filter 'Visibility=Public', there will 
call api :'/api/glance/images/?visibility=public'.
3, But the in the "openstack_dashboard/static/app/core/images/images.module.js" 
file the 'isServer=false' of the 'Visibility', so there should not call api and 
the search will be executed only in the client side.

** Affects: horizon
     Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  Image page filter with "Visibility" should not executed against an API

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce the bug:
  1, Switch to "Project"/"Compute"/"Image" page,
  2. Click the search filed and select the filter 'Visibility=Public', there 
will call api :'/api/glance/images/?visibility=public'.
  3, But the in the 
"openstack_dashboard/static/app/core/images/images.module.js" file the 
'isServer=false' of the 'Visibility', so there should not call api and the 
search will be executed only in the client side.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1702833/+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 1702804] [NEW] The policy of allowed address pair is wrong

2017-07-06 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1 log in as a normal user, the user switch to "Project"/"Network"/"Networks" 
page,
2 Click a shared network which is not created by the current user into the 
detail page,
3 Click into the port tab and click a port into the detail page,
4 Click into the "Allowed Address Pairs" tab and click the button "Add Allowed 
Address Pair" and open the form, input a ip and submit the form, there will 
display the error: "disallowed by policy rule (rule:update_port and 
rule:update_port:allowed_address_pairs)"

Detail error as below:
 Recoverable error: {'status': u'ACTIVE', u'allowed_address_pairs': 
[{u'ip_address': u'172.16.50.55', u'mac_address': u'fa:16:3e:1e:07:20'}, 
{u'ip_address': u'182.3.4.2'}], 'tags': [], 'network_id': 
u'80f4f8b3-75a7-4fe1-8a8b-403aa7971a75', 'tenant_id': 
u'0bec32ca31924d2c9ac5acd69d80f2b2', 'attributes_to_update': 
[u'allowed_address_pairs'], u'network:tenant_id': 
u'68de5ab28c114a1699cbd98b8ab1d37c', 'project_id': 
u'0bec32ca31924d2c9ac5acd69d80f2b2', 'id': 
u'18dddbeb-31ce-422b-b46f-492bfa7cd036'} is disallowed by policy rule 
(rule:update_port and rule:update_port:allowed_address_pairs) with 
{'project_id': u'0bec32ca31924d2c9ac5acd69d80f2b2', 'domain': None, 
'project_name': u'\u65e0\u9521\u7814\u53d1', 'user_id': 
u'ebac3104465047bcb0110ecd3cc5d3fd', 'roles': [u'_member_'], 'user_domain_id': 
None, 'service_project_id': None, 'project_domain': None, 'tenant_id': 
u'0bec32ca31924d2c9ac5acd69d80f2b2', 'service_user_domain_id': None, 
'service_project_domain_id': None, 'service_roles': [], 'is_
 admin_project': True, 'service_user_id': None, 'is_admin': False, 'user': 
u'ebac3104465047bcb0110ecd3cc5d3fd', 'tenant_name': 
u'\u65e0\u9521\u7814\u53d1', 'user_domain': None, 'user_name': u'chen.qiaomin', 
'tenant': u'0bec32ca31924d2c9ac5acd69d80f2b2', 'project_domain_id': None}
Neutron server returns request_ids: ['req-17b10da8-c7e5-4bbe-a765-920a75ca8b4b']

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  The policy of allowed address pair is wrong

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce the bug:
  1 log in as a normal user, the user switch to "Project"/"Network"/"Networks" 
page,
  2 Click a shared network which is not created by the current user into the 
detail page,
  3 Click into the port tab and click a port into the detail page,
  4 Click into the "Allowed Address Pairs" tab and click the button "Add 
Allowed Address Pair" and open the form, input a ip and submit the form, there 
will display the error: "disallowed by policy rule (rule:update_port and 
rule:update_port:allowed_address_pairs)"

  Detail error as below:
   Recoverable error: {'status': u'ACTIVE', u'allowed_address_pairs': 
[{u'ip_address': u'172.16.50.55', u'mac_address': u'fa:16:3e:1e:07:20'}, 
{u'ip_address': u'182.3.4.2'}], 'tags': [], 'network_id': 
u'80f4f8b3-75a7-4fe1-8a8b-403aa7971a75', 'tenant_id': 
u'0bec32ca31924d2c9ac5acd69d80f2b2', 'attributes_to_update': 
[u'allowed_address_pairs'], u'network:tenant_id': 
u'68de5ab28c114a1699cbd98b8ab1d37c', 'project_id': 
u'0bec32ca31924d2c9ac5acd69d80f2b2', 'id': 
u'18dddbeb-31ce-422b-b46f-492bfa7cd036'} is disallowed by policy rule 
(rule:update_port and rule:update_port:allowed_address_pairs) with 
{'project_id': u'0bec32ca31924d2c9ac5acd69d80f2b2', 'domain': None, 
'project_name': u'\u65e0\u9521\u7814\u53d1', 'user_id': 
u'ebac3104465047bcb0110ecd3cc5d3fd', 'roles': [u'_member_'], 'user_domain_id': 
None, 'service_project_id': None, 'project_domain': None, 'tenant_id': 
u'0bec32ca31924d2c9ac5acd69d80f2b2', 'service_user_domain_id': None, 
'service_project_domain_id': None, 'service_roles': [], 'i
 s_admin_project': True, 'service_user_id': None, 'is_admin': False, 'user': 
u'ebac3104465047bcb0110ecd3cc5d3fd', 'tenant_name': 
u'\u65e0\u9521\u7814\u53d1', 'user_domain': None, 'user_name': u'chen.qiaomin', 
'tenant': u'0bec32ca31924d2c9ac5acd69d80f2b2', 'project_domain_id': None}
  Neutron server returns request_ids: 
['req-17b10da8-c7e5-4bbe-a765-920a75ca8b4b']

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1702804/+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 1643417] [NEW] Unable to delete extra spec on admin volume type panel

2016-11-20 Thread qiaomin032
Public bug reported:

Unable to delete extra spec on admin volume type panel

Steps to Reproduce:

1. Open Admin/Volumes/Volumes Type panel;
2. Click the "View Extra Specs" button in the row action of the table. 


Actual results:
===
There cast the error in the top right corner of the page,
and below is the log in the console:

Action (u'deleted extra spec', u'czxczx') Failed for Volume Type 
13475ec2-69a1-421f-8eac-5f01e70d2689 has no extra specs with key c. (HTTP 404) 
(Request-ID: req-a6addb44-ba69-48c5-a4cf-c14172a6f479)
 
Expected results:
==
Extra Specs should delete

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

Title:
  Unable to delete extra spec on admin volume type panel

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Unable to delete extra spec on admin volume type panel

  Steps to Reproduce:
  
  1. Open Admin/Volumes/Volumes Type panel;
  2. Click the "View Extra Specs" button in the row action of the table. 

  
  Actual results:
  ===
  There cast the error in the top right corner of the page,
  and below is the log in the console:

  Action (u'deleted extra spec', u'czxczx') Failed for Volume Type 
13475ec2-69a1-421f-8eac-5f01e70d2689 has no extra specs with key c. (HTTP 404) 
(Request-ID: req-a6addb44-ba69-48c5-a4cf-c14172a6f479)
   
  Expected results:
  ==
  Extra Specs should delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1643417/+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 1643414] [NEW] Error on 'delete subnet' in network topology panel

2016-11-20 Thread qiaomin032
Public bug reported:

Cant delete subnet on network topology

Steps to Reproduce:

1. Open Project/Network/network topology panel;
2. Click the network icon, and there will display a new modal of the net info
3. Click the 'Delete Subnet' on the new modal.


Actual results:
===
Subnet does not delete, and there will cast error in the console:
 File "/root/code_review/horizon/horizon/decorators.py", line 84, in dec
return view_func(request, *args, **kwargs)
  File 
"/root/code_review/horizon/.venv/lib/python2.7/site-packages/django/views/generic/base.py",
 line 65, in view
self = cls(**initkwargs)
  File "/root/code_review/horizon/horizon/tabs/views.py", line 87, in __init__
super(TabbedTableView, self).__init__(*args, **kwargs)
  File "/root/code_review/horizon/horizon/tables/views.py", line 34, in __init__
self.get_data_methods(self.table_classes, self._data_methods)
  File "/root/code_review/horizon/horizon/tables/views.py", line 61, in 
get_data_methods
name)
  File "/root/code_review/horizon/horizon/tables/views.py", line 78, in 
check_method_exist
"in %s." % (func_name, cls_name))
NotImplementedError: You must define a get_subnets_data method in 
NetworkDetailView.

Expected results:
==
Subnet should delete

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

Title:
  Error on 'delete subnet' in network topology panel

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Cant delete subnet on network topology

  Steps to Reproduce:
  
  1. Open Project/Network/network topology panel;
  2. Click the network icon, and there will display a new modal of the net info
  3. Click the 'Delete Subnet' on the new modal.

  
  Actual results:
  ===
  Subnet does not delete, and there will cast error in the console:
   File "/root/code_review/horizon/horizon/decorators.py", line 84, in dec
  return view_func(request, *args, **kwargs)
File 
"/root/code_review/horizon/.venv/lib/python2.7/site-packages/django/views/generic/base.py",
 line 65, in view
  self = cls(**initkwargs)
File "/root/code_review/horizon/horizon/tabs/views.py", line 87, in __init__
  super(TabbedTableView, self).__init__(*args, **kwargs)
File "/root/code_review/horizon/horizon/tables/views.py", line 34, in 
__init__
  self.get_data_methods(self.table_classes, self._data_methods)
File "/root/code_review/horizon/horizon/tables/views.py", line 61, in 
get_data_methods
  name)
File "/root/code_review/horizon/horizon/tables/views.py", line 78, in 
check_method_exist
  "in %s." % (func_name, cls_name))
  NotImplementedError: You must define a get_subnets_data method in 
NetworkDetailView.

  Expected results:
  ==
  Subnet should delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1643414/+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 1626796] [NEW] There should show project name to make more sense

2016-09-22 Thread qiaomin032
Public bug reported:

1 Open Admin/SYSTEM/Floating IPs panel. 
2 Click into the floating ip detail page.
3 There only show the project ID in the detail page. 
There should also show the project name will make more sense.
Other detail page, such as Router, Network also have this issue.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  There should show project name to make more sense

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  1 Open Admin/SYSTEM/Floating IPs panel. 
  2 Click into the floating ip detail page.
  3 There only show the project ID in the detail page. 
  There should also show the project name will make more sense.
  Other detail page, such as Router, Network also have this issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1626796/+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 1626566] [NEW] some 'url' in "images/urls.py" are repeated and redundant

2016-09-22 Thread qiaomin032
Public bug reported:

The 'image_urls' and 'snapshot_urls' in 'images/urls.py' are repeated,
we can refactor the code and remove some redundant code.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  some 'url' in "images/urls.py" are repeated and redundant

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The 'image_urls' and 'snapshot_urls' in 'images/urls.py' are repeated,
  we can refactor the code and remove some redundant code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1626566/+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 1617360] [NEW] The input field display should be depend on the choice

2016-08-26 Thread qiaomin032
Public bug reported:

Reproduce:
1, Open Admin/System/Metadata Definitions panel
2, Click the button "Import Namespace"
3, There will show the "Import Namespace" form. The "Metadata Definition File" 
field and "Namespace JSON" are all shown.
But this two field should only show one and show which one should depend on the 
"Namespace Definition Source".
Please see the screenshot for more detail.

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

Title:
  The input field display should be depend on the choice

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1, Open Admin/System/Metadata Definitions panel
  2, Click the button "Import Namespace"
  3, There will show the "Import Namespace" form. The "Metadata Definition 
File" field and "Namespace JSON" are all shown.
  But this two field should only show one and show which one should depend on 
the "Namespace Definition Source".
  Please see the screenshot for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1617360/+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 1617353] [NEW] Edit 'Protected' for namespace is missing

2016-08-26 Thread qiaomin032
Public bug reported:

Now the table cell inline edit is removed, the previous inline edit protected 
is missing, so there should provide a edit form for editing namespace's 
attributes.
Please see the screenshot for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "namespace.png"
   
https://bugs.launchpad.net/bugs/1617353/+attachment/4728365/+files/namespace.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/1617353

Title:
  Edit 'Protected' for namespace is missing

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Now the table cell inline edit is removed, the previous inline edit protected 
is missing, so there should provide a edit form for editing namespace's 
attributes.
  Please see the screenshot for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1617353/+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 1605054] [NEW] Wrong set project quota behavior

2016-07-20 Thread qiaomin032
Public bug reported:

Reproduce:
Precondition: There have two networks under the "demo" user, the 'demo' user 
belong to "demo" project.

1, Open 'Identity/Project/' page, click "Modify Quotas" in the tables actions,
2, Set the "Networks" quota field value 1.

Expected result: 
Cast error: Quota value(s) cannot be less than the current usage value(s): 
2 Networks used.
Actual result: 
Update "Network" quota success

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

Title:
  Wrong set project quota  behavior

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  Precondition: There have two networks under the "demo" user, the 'demo' user 
belong to "demo" project.

  1, Open 'Identity/Project/' page, click "Modify Quotas" in the tables actions,
  2, Set the "Networks" quota field value 1.

  Expected result: 
  Cast error: Quota value(s) cannot be less than the current usage 
value(s): 2 Networks used.
  Actual result: 
  Update "Network" quota success

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1605054/+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 1605031] [NEW] Show name_or_id when the image name is none

2016-07-20 Thread qiaomin032
Public bug reported:

Reproduce:
1, Use 'Glance image-create' command create a image, such as: "glance 
image-create --container-format=bare --disk-format=qcow2  
--file=/root/cirros-0.3.4-x86_64-disk.img", there do not set the image name.
2, Open "Project/Compute/Images" page, there show the image id in the table 
that I just created whose name is none.
3, Open "Admin/System/Images" page, there show blank in the table for the image 
that I just created.

Expected result: There show image id in admin images table when the
image name is none.

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

Title:
  Show name_or_id when the image name is none

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1, Use 'Glance image-create' command create a image, such as: "glance 
image-create --container-format=bare --disk-format=qcow2  
--file=/root/cirros-0.3.4-x86_64-disk.img", there do not set the image name.
  2, Open "Project/Compute/Images" page, there show the image id in the table 
that I just created whose name is none.
  3, Open "Admin/System/Images" page, there show blank in the table for the 
image that I just created.

  Expected result: There show image id in admin images table when the
  image name is none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1605031/+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 1604636] [NEW] "Detach interface" not real-time refresh

2016-07-19 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, open "Project/Compute/Instances"
2, Click the button "Detach Interface" in the table row actions,
3, There show success message, but the detached interface is still in the table.

Expected result: There should not display the detached interface.

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

Title:
  "Detach interface" not real-time refresh

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1, open "Project/Compute/Instances"
  2, Click the button "Detach Interface" in the table row actions,
  3, There show success message, but the detached interface is still in the 
table.

  Expected result: There should not display the detached interface.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1604636/+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 1600094] [NEW] Text and checkbox are not aligned in "Create Project" form

2016-07-07 Thread qiaomin032
Public bug reported:

The "Enabled" text and the checkbox are not  aligned in "Create Project" form.
Please see the screenshot for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "create-project.jpeg"
   
https://bugs.launchpad.net/bugs/1600094/+attachment/4697281/+files/create-project.jpeg

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

Title:
  Text and checkbox are not aligned in "Create Project" form

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The "Enabled" text and the checkbox are not  aligned in "Create Project" form.
  Please see the screenshot for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1600094/+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 1600080] [NEW] o not allow "white space" as name field value in "Edit Flavor" form

2016-07-07 Thread qiaomin032
Public bug reported:

Reproduce:
1 Open Admin/System/Flavor page
2 Click "Edit Flavor",
3 input "white space" in "Name" field.
4 Submit the form, there will cast error in the top of the right
  corner of the page: "Unable to edit flavor".
So there should not allow input "white space" in the "Name" field.

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

Title:
  o not allow "white space" as name field value in "Edit Flavor" form

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1 Open Admin/System/Flavor page
  2 Click "Edit Flavor",
  3 input "white space" in "Name" field.
  4 Submit the form, there will cast error in the top of the right
corner of the page: "Unable to edit flavor".
  So there should not allow input "white space" in the "Name" field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1600080/+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 1600067] [NEW] The Description "Update Group" form is not right

2016-07-07 Thread qiaomin032
Public bug reported:

The "Update Group" only can edit the group's name and description, not
include "add users".

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "update-group.jpeg"
   
https://bugs.launchpad.net/bugs/1600067/+attachment/4697230/+files/update-group.jpeg

** Description changed:

- The "Update Group" only an edit the group's name and description, not
+ The "Update Group" only can edit the group's name and description, not
  include "add users".

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

Title:
  The Description "Update Group" form is not right

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The "Update Group" only can edit the group's name and description, not
  include "add users".

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1600067/+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 1600062] [NEW] Click "Edit Flavor" should open "Flavor information" tab

2016-07-07 Thread qiaomin032
Public bug reported:

Reproduce:
1 Open Admin/Flavors
2 Click "Edit Flavor" in the table list actions

Expected result:
Open "Flavor Information" tab.

Actual result:
Open "Flavor Access" tab.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  Click "Edit Flavor" should open "Flavor information" tab

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce:
  1 Open Admin/Flavors
  2 Click "Edit Flavor" in the table list actions

  Expected result:
  Open "Flavor Information" tab.

  Actual result:
  Open "Flavor Access" tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1600062/+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 1596741] [NEW] Show name_or_id when router name is white space

2016-06-27 Thread qiaomin032
Public bug reported:

Reproduce:
1 Open Project/Compute/Routers
2 Create a router with name "white space"
3 Then there will be a router with name "white space" display in the table. But 
this router could not be click into it's detail page.
So there should show route's name_or_id when it's name is "white space".

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "router.jpeg"
   
https://bugs.launchpad.net/bugs/1596741/+attachment/4691338/+files/router.jpeg

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

Title:
  Show name_or_id when router name is white space

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1 Open Project/Compute/Routers
  2 Create a router with name "white space"
  3 Then there will be a router with name "white space" display in the table. 
But this router could not be click into it's detail page.
  So there should show route's name_or_id when it's name is "white space".

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1596741/+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 1596419] [NEW] Do not allow "white space" in name field

2016-06-27 Thread qiaomin032
Public bug reported:

Reproduce:
1 Open Admin/System/Flavor page
2 Click "Create Flavor",
3 input "white space" in "Name" field, and input correct number in another 
fields.
4 Submit the form, there will cast error in the top of the right corner of the 
page: "Unable to create flavor".
So there should not allow input "white space" in the "Name" field.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  Do not allow "white space" in name field

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce:
  1 Open Admin/System/Flavor page
  2 Click "Create Flavor",
  3 input "white space" in "Name" field, and input correct number in another 
fields.
  4 Submit the form, there will cast error in the top of the right corner of 
the page: "Unable to create flavor".
  So there should not allow input "white space" in the "Name" field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1596419/+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 1592249] [NEW] The black background frame when hover is too small

2016-06-13 Thread qiaomin032
Public bug reported:

Reproduce:
1 Login as admin
2 Open Admin/System/Resource Usage/Stats tab
3 When hover to the chart, will see the tooltip black background frame for the 
detail info.
The tooltip black background frame is too small, and can show the complete 
detail info
See the screenshot for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "resource-usage.jpeg"
   
https://bugs.launchpad.net/bugs/1592249/+attachment/4683292/+files/resource-usage.jpeg

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

Title:
  The black background frame when hover is too small

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1 Login as admin
  2 Open Admin/System/Resource Usage/Stats tab
  3 When hover to the chart, will see the tooltip black background frame for 
the detail info.
  The tooltip black background frame is too small, and can show the complete 
detail info
  See the screenshot for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1592249/+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 1591698] [NEW] Wrong "Create Transfer" form behavior

2016-06-12 Thread qiaomin032
Public bug reported:

When a user leave the "Transfer Name" blank, there will cast error: "This field
is required". When go back and input a right 'Transfer Name', there will cast 
error.
There should allow user go back to submit the form.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  Wrong "Create Transfer" form behavior

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When a user leave the "Transfer Name" blank, there will cast error: "This 
field
  is required". When go back and input a right 'Transfer Name', there will cast 
error.
  There should allow user go back to submit the form.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1591698/+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 1591686] [NEW] Modification on blank fielderror message of set gateway

2016-06-12 Thread qiaomin032
Public bug reported:

Reproduce:
1 Open Project/Networks/Routers
2 Create a router, do not choose "External Network".
3 Then Click "Set Gateway", do not choose a 'External Network', then click 
'Submit'
There will cast error message in the top of the right corner:" There was an 
error submitting the form. Please try again."

Expected result: The error message should beside the field and should be
"This field should be required."

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "set-gateway-error.png"
   
https://bugs.launchpad.net/bugs/1591686/+attachment/4682172/+files/set-gateway-error.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/1591686

Title:
  Modification on blank fielderror message of set gateway

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1 Open Project/Networks/Routers
  2 Create a router, do not choose "External Network".
  3 Then Click "Set Gateway", do not choose a 'External Network', then click 
'Submit'
  There will cast error message in the top of the right corner:" There was an 
error submitting the form. Please try again."

  Expected result: The error message should beside the field and should
  be "This field should be required."

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1591686/+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 1588697] [NEW] The date of the input box is too wide, do not look nice

2016-06-03 Thread qiaomin032
Public bug reported:

Reproduce:
1.Login as Admin
2.open Admin/System/Resource Usage page
3 Choose "Stats" tab

The date of the input box is too wide, do not look nice, should be as wide as 
the other input box.
Please see the screenshot for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "resource.jpeg"
   
https://bugs.launchpad.net/bugs/1588697/+attachment/4675774/+files/resource.jpeg

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

Title:
  The date of the input box is too wide, do not look nice

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce:
  1.Login as Admin
  2.open Admin/System/Resource Usage page
  3 Choose "Stats" tab

  The date of the input box is too wide, do not look nice, should be as wide as 
the other input box.
  Please see the screenshot for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1588697/+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 1588136] [NEW] The asterisk should be red to be consistent with other error message

2016-06-01 Thread qiaomin032
Public bug reported:

When the required field leaved blank, all the error message are in red only the 
asterisk is in blue. All the error message should be in unified style.
Please see the screenshot for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "image-required.jpeg"
   
https://bugs.launchpad.net/bugs/1588136/+attachment/4674882/+files/image-required.jpeg

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

Title:
  The asterisk should be red to be consistent with other error message

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When the required field leaved blank, all the error message are in red only 
the asterisk is in blue. All the error message should be in unified style.
  Please see the screenshot for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1588136/+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 1566113] [NEW] Create volume transfer name required error

2016-04-04 Thread qiaomin032
Public bug reported:

In the 'Create Transfer Form', if the name input is blank, there will
cast error:"Error: Unable to create volume transfer",So the name field
should be required.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "create_transfer.jpg"
   
https://bugs.launchpad.net/bugs/1566113/+attachment/4624038/+files/create_transfer.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/1566113

Title:
  Create volume transfer name required error

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the 'Create Transfer Form', if the name input is blank, there will
  cast error:"Error: Unable to create volume transfer",So the name field
  should be required.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1566113/+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 1495105] [NEW] Admin user add DHCP agent failed when the network name is blank

2015-09-12 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Login as an "Admin" user, then go to the "Admin"=>"System"=>"Networks" page, 
then create a network and it's name is network1;
2, Edit network and set it's name is blank, and it will display it's ID as name;
3,Click the name link and go forward to the network's detail page ;
4, Click "Add DHCP Agent" button and open a form modal, select a "New DHCP 
Agent", then click the submit button, there will display the error "this field 
is required" beside the "Network Name" field.

But the add DHCp agent api support network having no name. So when open
the "Add DHCP Agent" form modal, there should display the network's
name_or_id.

 Related bug:https://bugs.launchpad.net/horizon/+bug/1492667

Please see the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "agent_no_name_error.jpg"
   
https://bugs.launchpad.net/bugs/1495105/+attachment/4462440/+files/agent_no_name_error.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/1495105

Title:
  Admin user add DHCP agent failed when the network name is blank

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce the bug:
  1, Login as an "Admin" user, then go to the "Admin"=>"System"=>"Networks" 
page, then create a network and it's name is network1;
  2, Edit network and set it's name is blank, and it will display it's ID as 
name;
  3,Click the name link and go forward to the network's detail page ;
  4, Click "Add DHCP Agent" button and open a form modal, select a "New DHCP 
Agent", then click the submit button, there will display the error "this field 
is required" beside the "Network Name" field.

  But the add DHCp agent api support network having no name. So when
  open the "Add DHCP Agent" form modal, there should display the
  network's name_or_id.

   Related bug:https://bugs.launchpad.net/horizon/+bug/1492667

  Please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1495105/+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 1494166] [NEW] Error message is not specific and distinct when the Qos Spec name already exist

2015-09-10 Thread qiaomin032
Public bug reported:

When input a "QoS Spec" name that already exist in create "QoS Spec" modal 
form, we will see the error message: "Unable to create QoS Spec" in the top 
right corner of the page, this error message is not specific and clear.
If we provide specific and clear error message: 'QoS Spec name "%s" already 
exists.' beside the name field,  it will be more better.

** Affects: horizon
 Importance: Undecided
 Status: New

** Description changed:

- When input a "QoS Spec" name that already exist in create "QoS Spec" modal 
form, we will see the error message: "Unable to create QoS Spec", this error 
message is not specific and clear.
- If provide specific and clear error message: 'QoS Spec name "%s" already 
exists.' beside the name field,  it will be more better.
+ When input a "QoS Spec" name that already exist in create "QoS Spec" modal 
form, we will see the error message: "Unable to create QoS Spec" in the top 
right corner of the page, this error message is not specific and clear.
+ If we provide specific and clear error message: 'QoS Spec name "%s" already 
exists.' beside the name field,  it will be more better.

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

Title:
  Error message is not specific and distinct when the  Qos Spec name
  already exist

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When input a "QoS Spec" name that already exist in create "QoS Spec" modal 
form, we will see the error message: "Unable to create QoS Spec" in the top 
right corner of the page, this error message is not specific and clear.
  If we provide specific and clear error message: 'QoS Spec name "%s" already 
exists.' beside the name field,  it will be more better.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1494166/+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 1494548] [NEW] Project name link result in user log out

2015-09-10 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1,Login as a normal user for example "demo", and open the identity project 
page, you will see the project info displaying in the table.
2,click the project name "demo" link,  there will  log out the user, and will 
redirect to the login page and display the error: "Unauthorized. Please try 
logging in again."

Logout the user is highly undesirable.

Since the demo user has no Permission to see the project detail, we should set 
the name link to None.
I also provide a attached picture for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "detail_logout.jpg"
   
https://bugs.launchpad.net/bugs/1494548/+attachment/4460989/+files/detail_logout.jpg

** Description changed:

  Reproduce the bug:
  1,Login as a normal user for example "demo", and open the identity project 
page, you will see the project info displaying in the table.
- 2,click the project name "demo" link,  and will  log out the user, and will 
redirect to the login page and display the error: "Unauthorized. Please try 
logging in again."
+ 2,click the project name "demo" link,  there will  log out the user, and will 
redirect to the login page and display the error: "Unauthorized. Please try 
logging in again."
  
- Logout the user is highly undesirable. 
+ Logout the user is highly undesirable.
+ 
  Since the demo user has no Permission to see the project detail, we should 
set the name link to None.
  I also provide a attached picture for more detail.

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

Title:
  Project name link result in user log out

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1,Login as a normal user for example "demo", and open the identity project 
page, you will see the project info displaying in the table.
  2,click the project name "demo" link,  there will  log out the user, and will 
redirect to the login page and display the error: "Unauthorized. Please try 
logging in again."

  Logout the user is highly undesirable.

  Since the demo user has no Permission to see the project detail, we should 
set the name link to None.
  I also provide a attached picture for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1494548/+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 1494140] [NEW] Alignment is not well in project table Inline editing

2015-09-10 Thread qiaomin032
Public bug reported:

Reproduce the bug:
Click the inline edit pencil icon in "Enabled" cell of the project table in 
identity project panel, you will see the checkbox and the label not align well.
Please see the attached picture for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "inline_edit_align.jpg"
   
https://bugs.launchpad.net/bugs/1494140/+attachment/4460253/+files/inline_edit_align.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/1494140

Title:
  Alignment is not well  in project table Inline editing

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  Click the inline edit pencil icon in "Enabled" cell of the project table in 
identity project panel, you will see the checkbox and the label not align well.
  Please see the attached picture for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1494140/+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 1493725] [NEW] Add Interface in router panel has a bug

2015-09-09 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Create a router and it's name is router1;
2, Edit router and set it's name is blank, and it will display it's ID as name;
3,Click the name and go forward to the router's detail page and select the 
interfaces tab;
4, Click "Add Interface" button and open a form modal, select a "Subnet", then 
click the "Add Interface" button, there will display the error "this field is 
required" beside the "Router Name" field.

But the add interface api support router having no name. So when open
the "Add Interface" form modal, there should display the router's
name_or_id.

This bug also exists in network topology page. Related
bug:https://bugs.launchpad.net/horizon/+bug/1492667

Please see the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: "add_interface_bug.jpg"
   
https://bugs.launchpad.net/bugs/1493725/+attachment/4459658/+files/add_interface_bug.jpg

** Description changed:

  Reproduce the bug:
  1, Create a router and it's name is router1;
  2, Edit router and set it's name is blank, and it will display it's ID as 
name;
  3,Click the name and go forward to the router's detail page and select the 
interfaces tab;
  4, Click "Add Interface" button and open a form modal, select a "Subnet", 
then click the "Add Interface" button, there will display the error "this field 
is required" beside the "Router Name" field.
- This bug also exist in network topology page.
- But the add interface api support router having no name. So when open the 
"Add Interface" form modal, there should display the router's name_or_id.
+ 
+ But the add interface api support router having no name. So when open
+ the "Add Interface" form modal, there should display the router's
+ name_or_id.
+ 
+ This bug also exists in network topology page.
  
  Please see the attachment for more detail.

** Description changed:

  Reproduce the bug:
  1, Create a router and it's name is router1;
  2, Edit router and set it's name is blank, and it will display it's ID as 
name;
  3,Click the name and go forward to the router's detail page and select the 
interfaces tab;
  4, Click "Add Interface" button and open a form modal, select a "Subnet", 
then click the "Add Interface" button, there will display the error "this field 
is required" beside the "Router Name" field.
  
  But the add interface api support router having no name. So when open
  the "Add Interface" form modal, there should display the router's
  name_or_id.
  
- This bug also exists in network topology page.
+ This bug also exists in network topology page. Related
+ bug:https://bugs.launchpad.net/horizon/+bug/1492667
  
  Please see the attachment for more detail.

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

Title:
  Add Interface in router panel has a bug

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce the bug:
  1, Create a router and it's name is router1;
  2, Edit router and set it's name is blank, and it will display it's ID as 
name;
  3,Click the name and go forward to the router's detail page and select the 
interfaces tab;
  4, Click "Add Interface" button and open a form modal, select a "Subnet", 
then click the "Add Interface" button, there will display the error "this field 
is required" beside the "Router Name" field.

  But the add interface api support router having no name. So when open
  the "Add Interface" form modal, there should display the router's
  name_or_id.

  This bug also exists in network topology page. Related
  bug:https://bugs.launchpad.net/horizon/+bug/1492667

  Please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1493725/+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 1492667] [NEW] Router set gateway has a error

2015-09-05 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Create a router and it's name is router1;
2, Edit router and set it's name is blank, and it will display it's ID as name;
3;Click "Set Gateway" and open a form modal, select a "External Network",  then 
click the "External Network" button, there will display  "this field is 
required" beside the "Router Name" field.
But the set gateway api support router having no name. So when open the "Set 
Gateway" form modal,  there should display the router's name_or_id. 
Please see the attachment for more detail

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "setgateway_no_name.jpg"
   
https://bugs.launchpad.net/bugs/1492667/+attachment/4458121/+files/setgateway_no_name.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/1492667

Title:
  Router set gateway has a error

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1, Create a router and it's name is router1;
  2, Edit router and set it's name is blank, and it will display it's ID as 
name;
  3;Click "Set Gateway" and open a form modal, select a "External Network",  
then click the "External Network" button, there will display  "this field is 
required" beside the "Router Name" field.
  But the set gateway api support router having no name. So when open the "Set 
Gateway" form modal,  there should display the router's name_or_id. 
  Please see the attachment for more detail

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1492667/+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 1492089] [NEW] Add rule cancel action redirect to wrong url

2015-09-03 Thread qiaomin032
Public bug reported:

The cancel button in "Add Rule" dialog of security groups page redirect to 
wrong url.  When right click the cancel button and open a new page,  this will 
cast error.
See the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "revert_cancel_action.jpg"
   
https://bugs.launchpad.net/bugs/1492089/+attachment/4457058/+files/revert_cancel_action.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/1492089

Title:
  Add rule cancel action redirect to wrong url

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The cancel button in "Add Rule" dialog of security groups page redirect to 
wrong url.  When right click the cancel button and open a new page,  this will 
cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1492089/+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 1490366] [NEW] _associate_qos_spec.html url is wrong

2015-08-30 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Open admin volume_type panel, and create a volume type;
2, Right click the Manage QoS Spec Association button in the table action and 
open a new page.
3,  There will cast TemplateDoesNotExist error.

Because the  _associate_qos_spec.html url in associate_qos_spec.html
is wrong,  so there will cast TemplateDoesNotExist error.

please see the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: qos_template_error.jpg
   
https://bugs.launchpad.net/bugs/1490366/+attachment/4454754/+files/qos_template_error.jpg

** Summary changed:

- _associate_qos_spec.html url is wrong  
+ _associate_qos_spec.html url is wrong

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

Title:
  _associate_qos_spec.html url is wrong

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce the bug:
  1, Open admin volume_type panel, and create a volume type;
  2, Right click the Manage QoS Spec Association button in the table action 
and open a new page.
  3,  There will cast TemplateDoesNotExist error.

  Because the  _associate_qos_spec.html url in
  associate_qos_spec.html is wrong,  so there will cast
  TemplateDoesNotExist error.

  please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1490366/+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 1490375] [NEW] Volume Type Extra Specs cancel action redirect wrong url

2015-08-30 Thread qiaomin032
Public bug reported:

In the Volume Type Extra Specs page, In create and edit  Volume Type Extra Spec 
modal dialog  the cancel action redirect to wrong url,  when right click the 
cancel button, it will cast error. 
In the QoS Spec page, there has the same error.
Please see the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: extra_cancel_error.jpg
   
https://bugs.launchpad.net/bugs/1490375/+attachment/4454773/+files/extra_cancel_error.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/1490375

Title:
  Volume Type Extra Specs cancel action redirect wrong url

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the Volume Type Extra Specs page, In create and edit  Volume Type Extra 
Spec modal dialog  the cancel action redirect to wrong url,  when right click 
the cancel button, it will cast error. 
  In the QoS Spec page, there has the same error.
  Please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1490375/+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 1487271] Re: success_url miss 'reverse_lazy' in admin volume type panel

2015-08-22 Thread qiaomin032
** 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 (Horizon).
https://bugs.launchpad.net/bugs/1487271

Title:
  success_url miss 'reverse_lazy' in admin volume type panel

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In the admin volume type panel,  several success_url in views miss 
'reverse_lazy', this result in the cancel action  redirect to wrong url.  For 
example, when right click the Create Volume Type button and open a new page, 
click the Cancel button will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487271/+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 1487731] [NEW] Improvement for show error messages on admin create flavor

2015-08-22 Thread qiaomin032
Public bug reported:

When input a flavor name or flavor ID that already exist, we will see
the error message on the top of the workflow modal. If the error message
beside the input box, it will be more better.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: flavor_repeat.jpg
   
https://bugs.launchpad.net/bugs/1487731/+attachment/4450823/+files/flavor_repeat.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/1487731

Title:
  Improvement for show error messages on admin create flavor

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When input a flavor name or flavor ID that already exist, we will see
  the error message on the top of the workflow modal. If the error
  message beside the input box, it will be more better.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487731/+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 1487658] [NEW] Modification on name repeated error message of admin create volume type

2015-08-21 Thread qiaomin032
Public bug reported:

When input a volume type name that already exist, we will see the error message 
 on the top right corner of the volume type page. 
Also, the error message is not specific and clear.
If provide specific and clear error message beside the volume type name, it 
will be more better.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: volume_type_repeat.jpg
   
https://bugs.launchpad.net/bugs/1487658/+attachment/4450655/+files/volume_type_repeat.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/1487658

Title:
  Modification on name repeated error message of admin create volume
  type

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When input a volume type name that already exist, we will see the error 
message  on the top right corner of the volume type page. 
  Also, the error message is not specific and clear.
  If provide specific and clear error message beside the volume type name, it 
will be more better.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487658/+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 1487391] [NEW] 'CreateVolumeTypeView' class in admin volumes views is redundant and useless

2015-08-21 Thread qiaomin032
Public bug reported:

The 'CreateVolumeTypeView' class in admin volumes views is redundant and
useless. Another one also exist in volume_types views, but this is
useful.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Description changed:

  The 'CreateVolumeTypeView' class in admin volumes views is redundant and
  useless. Another one also exist in volume_types views, but this is
- userful.
+ useful.

** Summary changed:

- 'CreateVolumeTypeView' is repetitive in two views
+ 'CreateVolumeTypeView' class in admin volumes views is redundant and useless

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

Title:
  'CreateVolumeTypeView' class in admin volumes views is redundant and
  useless

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The 'CreateVolumeTypeView' class in admin volumes views is redundant
  and useless. Another one also exist in volume_types views, but this is
  useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487391/+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 1487295] [NEW] success_url miss 'reverse_lazy' in admin volume type panel

2015-08-20 Thread qiaomin032
Public bug reported:

In the admin volume type panel, several success_url in views miss 
'reverse_lazy', this result in the cancel action redirect to wrong url. For 
example, when right click the Create Volume Type button and open a new page, 
click the Cancel button will cast error.
See the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: admin_volume_type.jpg
   
https://bugs.launchpad.net/bugs/1487295/+attachment/4449983/+files/admin_volume_type.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/1487295

Title:
  success_url miss 'reverse_lazy' in admin volume type panel

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In the admin volume type panel, several success_url in views miss 
'reverse_lazy', this result in the cancel action redirect to wrong url. For 
example, when right click the Create Volume Type button and open a new page, 
click the Cancel button will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487295/+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 1487271] [NEW] success_url miss 'reverse_lazy' in admin volume type panel

2015-08-20 Thread qiaomin032
Public bug reported:

In the admin volume type panel,  several success_url in views miss 
'reverse_lazy', this result in the cancel action  redirect to wrong url.  For 
example, when right click the Create Volume Type button and open a new page, 
click the Cancel button will cast error.
See the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: admin_volume_type.jpg
   
https://bugs.launchpad.net/bugs/1487271/+attachment/4449947/+files/admin_volume_type.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/1487271

Title:
  success_url miss 'reverse_lazy' in admin volume type panel

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the admin volume type panel,  several success_url in views miss 
'reverse_lazy', this result in the cancel action  redirect to wrong url.  For 
example, when right click the Create Volume Type button and open a new page, 
click the Cancel button will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487271/+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 1487271] Re: success_url miss 'reverse_lazy' in admin volume type panel

2015-08-20 Thread qiaomin032
** 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 (Horizon).
https://bugs.launchpad.net/bugs/1487271

Title:
  success_url miss 'reverse_lazy' in admin volume type panel

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In the admin volume type panel,  several success_url in views miss 
'reverse_lazy', this result in the cancel action  redirect to wrong url.  For 
example, when right click the Create Volume Type button and open a new page, 
click the Cancel button will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1487271/+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 1484834] [NEW] Filter out networks that have no subnets when launch instance

2015-08-14 Thread qiaomin032
Public bug reported:

when launch instance, there list all networks containing the network
having no subnets, if chose the network having no subnets, It will cast
error. Filter out the network having no subnets will be more better.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: lanuch_instance.jpg
   
https://bugs.launchpad.net/bugs/1484834/+attachment/610/+files/lanuch_instance.jpg

** Description changed:

- when launch instance, there list all networks containing the networks
+ when launch instance, there list all networks containing the network
  having no subnets, if chose the network having no subnets, I will cast
  error. Filter out the network having no subnets will be more better.

** Description changed:

  when launch instance, there list all networks containing the network
- having no subnets, if chose the network having no subnets, I will cast
+ having no subnets, if chose the network having no subnets, It will cast
  error. Filter out the network having no subnets will be more better.

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

Title:
  Filter out networks that have no subnets when launch instance

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  when launch instance, there list all networks containing the network
  having no subnets, if chose the network having no subnets, It will
  cast error. Filter out the network having no subnets will be more
  better.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1484834/+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 1483191] [NEW] A little improvement of show error messages on create keypair

2015-08-10 Thread qiaomin032
Public bug reported:

When input a key pair name that already exist,  we will see the error message 
on the top of the modal form. If the error message beside the key pair name, it 
will be more better.
This bug is inspired from https://bugs.launchpad.net/horizon/+bug/1480001

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: keypair_error.jpg
   
https://bugs.launchpad.net/bugs/1483191/+attachment/4442171/+files/keypair_error.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/1483191

Title:
  A little improvement of show error messages on create keypair

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When input a key pair name that already exist,  we will see the error message 
on the top of the modal form. If the error message beside the key pair name, it 
will be more better.
  This bug is inspired from https://bugs.launchpad.net/horizon/+bug/1480001

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1483191/+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 1482535] [NEW] Users table email cell inline editing should have restriction

2015-08-07 Thread qiaomin032
Public bug reported:

Users table inline cell editing should be restricted input can only be a 
mailbox format.
Please see the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

** Attachment added: user_mail.png
   
https://bugs.launchpad.net/bugs/1482535/+attachment/4440868/+files/user_mail.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/1482535

Title:
  Users table email cell inline editing should have restriction

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Users table inline cell editing should be restricted input can only be a 
mailbox format.
  Please see the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1482535/+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 1481622] [NEW] All workflow view miss url for a cancel action

2015-08-05 Thread qiaomin032
Public bug reported:

All WorkflowView miss url for a cancel action, But all FormView has.
When open the form modal in a the page, there has cancel button and cancel 
action, but the workflow modal in a new page does not have.
please see the attachment picture for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: workflow_cancel_button.jpg
   
https://bugs.launchpad.net/bugs/1481622/+attachment/4439543/+files/workflow_cancel_button.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/1481622

Title:
  All workflow view miss url for a cancel action

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  All WorkflowView miss url for a cancel action, But all FormView has.
  When open the form modal in a the page, there has cancel button and cancel 
action, but the workflow modal in a new page does not have.
  please see the attachment picture for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481622/+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 1481219] [NEW] Select Rules tab should align well as AddPolicy tab

2015-08-04 Thread qiaomin032
Public bug reported:

Select rules tab should align well as AddPolicy tab in Add Policy modal 
dialog in Firewalls panel.
See the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: addpolicy.png
   
https://bugs.launchpad.net/bugs/1481219/+attachment/4438789/+files/addpolicy.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/1481219

Title:
  Select Rules tab should align well as AddPolicy tab

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Select rules tab should align well as AddPolicy tab in Add Policy modal 
dialog in Firewalls panel.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481219/+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 1481544] [NEW] Cancel button in Create Keypair redirect to wrong url

2015-08-04 Thread qiaomin032
Public bug reported:

Cancel button in Create Keypair Dialog not reserve to right url. When right 
click the Create Keypair button and open a new page, click the Cancel button 
will cast error.
See the attachment for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: keypair.jpg
   
https://bugs.launchpad.net/bugs/1481544/+attachment/4439407/+files/keypair.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/1481544

Title:
  Cancel button in Create Keypair redirect to wrong url

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Cancel button in Create Keypair Dialog not reserve to right url. When right 
click the Create Keypair button and open a new page, click the Cancel button 
will cast error.
  See the attachment for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481544/+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 1481131] [NEW] Create Subnet modal dialog has css error when Network Address is blank

2015-08-03 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Click Create Subnet button in the network detail page and will open the 
modal dialog, click the next button when Network Address is blank.
2, There will display This field is required., but the string has css error.
3, I will provide a picture for more detail.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: subet_requird.png
   
https://bugs.launchpad.net/bugs/1481131/+attachment/4438557/+files/subet_requird.png

** Summary changed:

- Create Subnet modal dialog has css error when cidr is blank 
+ Create Subnet modal dialog has css error when Network Address is blank

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

Title:
  Create Subnet modal dialog has css error when Network Address is
  blank

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1, Click Create Subnet button in the network detail page and will open the 
modal dialog, click the next button when Network Address is blank.
  2, There will display This field is required., but the string has css error.
  3, I will provide a picture for more detail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481131/+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 1480789] [NEW] Create subnet page has css error when in a new page

2015-08-03 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Right-click the Create Neywork button in the networks index page,  open a 
new page to Create Network.
2, Now you can see the css error, and i will provide a picture.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: create_subnet.png
   
https://bugs.launchpad.net/bugs/1480789/+attachment/4438055/+files/create_subnet.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/1480789

Title:
  Create subnet page has css error when in a new page

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1, Right-click the Create Neywork button in the networks index page,  open 
a new page to Create Network.
  2, Now you can see the css error, and i will provide a picture.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480789/+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 1480827] [NEW] Miss padding-left in select routers tab in Create Firewall modal

2015-08-03 Thread qiaomin032
Public bug reported:

Miss padding-left in select routers tab in Create Firewall modal, i
will provide a picture blow.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: select_routrt1.png
   
https://bugs.launchpad.net/bugs/1480827/+attachment/4438138/+files/select_routrt1.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/1480827

Title:
  Miss padding-left in select routers tab in Create Firewall modal

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Miss padding-left in select routers tab in Create Firewall modal, i
  will provide a picture blow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480827/+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 1480127] [NEW] Display the primary project name of the user in user table

2015-07-31 Thread qiaomin032
Public bug reported:

In the users panel, the table displaying the primary project name of the
user will make more sense.

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

Title:
  Display the primary project name of the user in user table

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the users panel, the table displaying the primary project name of
  the user will make more sense.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480127/+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 1479286] [NEW] delete the pseudo-folder failed

2015-07-29 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1, Login as a general user, create a container as 'ziyu01',
2, Inside 'ziyu01' container create a pseudo folder, inputing the name as 
ziyu/ziyu, with a slash in the middle of the string, so we create a pseudo 
folder successfully and it's name is 'ziyu' displaying in the page,
3,When I click the Delete Object button, it cast Unable to delete object: 
ziyu error.

if we create a pseudo folder there is not slash in the middle of it's
name, the folder can be deleted successfully.

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

Title:
  delete the pseudo-folder failed

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1, Login as a general user, create a container as 'ziyu01',
  2, Inside 'ziyu01' container create a pseudo folder, inputing the name as 
ziyu/ziyu, with a slash in the middle of the string, so we create a pseudo 
folder successfully and it's name is 'ziyu' displaying in the page,
  3,When I click the Delete Object button, it cast Unable to delete object: 
ziyu error.

  if we create a pseudo folder there is not slash in the middle of it's
  name, the folder can be deleted successfully.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479286/+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 1479171] [NEW] Display the project name in user detail page corresponding to the Project ID

2015-07-28 Thread qiaomin032
Public bug reported:

In the user detail page of the identity panel group, only display the
Project ID, now display the Project Name corresponding to the
Project ID.

** Affects: horizon
 Importance: Undecided
 Assignee: qiaomin032 (chen-qiaomin)
 Status: In Progress

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

Title:
  Display the project name in user detail page corresponding to the
  Project ID

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In the user detail page of the identity panel group, only display the
  Project ID, now display the Project Name corresponding to the
  Project ID.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479171/+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 1472948] [NEW] when click edit pencil icon in the table cell in projects and users panel will display css error when login timeout

2015-07-09 Thread qiaomin032
Public bug reported:

Reproduce the bug:
1 Click the pencil icon in table cell in users and projects panel in identity 
panel group
2 When login time out it will redirect to login page
3 Login successfully and it will return to the previous page, and it will 
display css style error

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: U$C7@FC_059U$V`[555JC0O.jpg
   
https://bugs.launchpad.net/bugs/1472948/+attachment/4426816/+files/U%24C7%40FC_059U%24V%60%5B555JC0O.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/1472948

Title:
  when click edit pencil icon in the table cell in projects and users
  panel will display css error when login timeout

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Reproduce the bug:
  1 Click the pencil icon in table cell in users and projects panel in identity 
panel group
  2 When login time out it will redirect to login page
  3 Login successfully and it will return to the previous page, and it will 
display css style error

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472948/+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 1415301] [NEW] some cancel button with underline

2015-01-27 Thread qiaomin032
Public bug reported:

Some cancel buttons have underline when hover, but some do not when
hover, so it should make consistent.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: buttons.jpg
   
https://bugs.launchpad.net/bugs/1415301/+attachment/4306972/+files/buttons.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/1415301

Title:
  some cancel button with underline

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Some cancel buttons have underline when hover, but some do not when
  hover, so it should make consistent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1415301/+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