[Yahoo-eng-team] [Bug 1739533] [NEW] We can not modify flavor access while it is not public

2017-12-20 Thread Lawrance
Public bug reported:

Hello


reproduce:
1. create a public flavor A
2. modify flavor A access and it will raise error


Lists tenants who have access to a private flavor and adds private flavor 
access to and removes private flavor access from tenants. By default, only 
administrators can manage private flavor access. A private flavor has is_public 
set to false while a public flavor has is_public set to true.

see more info: https://developer.openstack.org/api-ref/compute/#flavors-
access-flavors-os-flavor-access

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1739533

Title:
  We can not modify flavor access while it is not public

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Hello

  
  reproduce:
  1. create a public flavor A
  2. modify flavor A access and it will raise error

  
  Lists tenants who have access to a private flavor and adds private flavor 
access to and removes private flavor access from tenants. By default, only 
administrators can manage private flavor access. A private flavor has is_public 
set to false while a public flavor has is_public set to true.

  see more info: https://developer.openstack.org/api-ref/compute
  /#flavors-access-flavors-os-flavor-access

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1739533/+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 1613527] [NEW] shouldn't retrieve all(nova/neutron/cinder) quota usage data while we create network

2016-08-15 Thread Lawrance
Public bug reported:

https://github.com/openstack/horizon/blob/master/openstack_dashboard/usage/quotas.py#L383-L405

As we could see code above the tenant_quota_usages() will get
nova/neutron/cinder the quota usage.

https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/networks/tables.py#L94

we check the quota usage(tenant_quota_usages()) while we create network,
but the quota data of nova or cinder is unnecessary for network creation
action.

** Affects: horizon
 Importance: Undecided
 Status: New

** Summary changed:

- shouldn't retrieve all(nova/neutron/cinder) while we create network
+ shouldn't retrieve all(nova/neutron/cinder) quota usage data while we create 
network

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

Title:
  shouldn't retrieve all(nova/neutron/cinder) quota usage data while we
  create network

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/usage/quotas.py#L383-L405

  As we could see code above the tenant_quota_usages() will get
  nova/neutron/cinder the quota usage.

  
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/networks/tables.py#L94

  we check the quota usage(tenant_quota_usages()) while we create
  network, but the quota data of nova or cinder is unnecessary for
  network creation action.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1613527/+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 1604842] [NEW] Should hide expand while we haven't setTemplateUrl

2016-07-20 Thread Lawrance
Public bug reported:

Now if we haven't setSummaryTemplateUrl while register ResourceType, and
if we visit the  ResourceType angular table, it will always send a bunch
of get requests.

horizon/static/framework/widgets/table/hz-detail-row.directive.js
in the file, while haven't setSummaryTemplateUrl, the templateUrl and 
angular.isUndefined(templateUrl) will be false, it won't use the default 
templateUrl(basePath + 'table/hz-detail-row.html')

horizon/static/framework/widgets/table/hz-resource-table.controller.js
and expand value should be the same with the boolean of 
templateUrl(ctrl.resourceType.summaryTemplateUrl)

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1604842

Title:
  Should hide expand while we haven't setTemplateUrl

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Now if we haven't setSummaryTemplateUrl while register ResourceType,
  and if we visit the  ResourceType angular table, it will always send a
  bunch of get requests.

  horizon/static/framework/widgets/table/hz-detail-row.directive.js
  in the file, while haven't setSummaryTemplateUrl, the templateUrl and 
angular.isUndefined(templateUrl) will be false, it won't use the default 
templateUrl(basePath + 'table/hz-detail-row.html')

  horizon/static/framework/widgets/table/hz-resource-table.controller.js
  and expand value should be the same with the boolean of 
templateUrl(ctrl.resourceType.summaryTemplateUrl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1604842/+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 1582789] [NEW] Could not launch instance while volume service is not in service catalog

2016-05-17 Thread Lawrance
Public bug reported:

Reproduce steps:
1. DO NOT deploy cinder
2. launch instance(via angularjs modal)
3. failed :((

because we haven't check volume service, and always use device mapping..

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1582789

Title:
  Could not launch instance while volume service is not in service
  catalog

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Reproduce steps:
  1. DO NOT deploy cinder
  2. launch instance(via angularjs modal)
  3. failed :((

  because we haven't check volume service, and always use device
  mapping..

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1582789/+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 1506488] [NEW] raise 'Flavor' object is not iterable while resize flavor

2015-10-15 Thread Lawrance
Public bug reported:

steps to reproduce:

1. demo user only can access the two flavors(m1.tiny and m1.small)
2. launch instance001 with flavor m1.tiny
3. try to resize m1.tiny, the horizon will raise "'Flavor' object is not 
iterable"

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

Title:
  raise 'Flavor' object is not iterable while resize flavor

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  steps to reproduce:

  1. demo user only can access the two flavors(m1.tiny and m1.small)
  2. launch instance001 with flavor m1.tiny
  3. try to resize m1.tiny, the horizon will raise "'Flavor' object is not 
iterable"

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1506488/+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 1475119] [NEW] Refactor openstack_dashboard tabs.py code

2015-07-15 Thread Lawrance
Public bug reported:

In most tabs.py table of openstack dashboard apps, we used hardcode for
Tab name and slug which we had defined them in related tables Meta, we
could use table meta directly. The bug could be a nice low hanging fruit
for new contributors.

https://review.openstack.org/#/c/196341/

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1475119

Title:
  Refactor openstack_dashboard tabs.py code

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In most tabs.py table of openstack dashboard apps, we used hardcode
  for Tab name and slug which we had defined them in related tables
  Meta, we could use table meta directly. The bug could be a nice low
  hanging fruit for new contributors.

  https://review.openstack.org/#/c/196341/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1475119/+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 1469345] [NEW] Miss sizeformat after refactoring the quota limit template

2015-06-26 Thread Lawrance
Public bug reported:

the commit :
https://github.com/openstack/horizon/commit/286245b423f0234d5d9ece50db83e23e2c24d8ba
refactor quota limit summary template, it miss size format.

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

Title:
  Miss sizeformat  after refactoring the quota limit template

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  the commit :
  
https://github.com/openstack/horizon/commit/286245b423f0234d5d9ece50db83e23e2c24d8ba
  refactor quota limit summary template, it miss size format.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1469345/+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 1464946] [NEW] Delete current status for update volume/volume_snapshot status for admin

2015-06-13 Thread Lawrance
Public bug reported:

Now the feature of updating volume/volume_snapshot includes the current
status of  volume/volume_snapshot, deleting the current status seems
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/1464946

Title:
  Delete current status for update volume/volume_snapshot status for
  admin

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Now the feature of updating volume/volume_snapshot includes the
  current status of  volume/volume_snapshot, deleting the current status
  seems more sense

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1464946/+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 1460584] [NEW] Add image while launching instance from image(create new volume)

2015-06-01 Thread Lawrance
Public bug reported:

Now,  after  launching instance from image(create new volume),  we can't
see image name in instance tables.

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1460584

Title:
  Add image while launching instance from image(create new volume)

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Now,  after  launching instance from image(create new volume),  we
  can't see image name in instance tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1460584/+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 1460609] [NEW] The overview pie chart is so big and ugly

2015-06-01 Thread Lawrance
Public bug reported:

the overview pie chart is so big for master branch,  because we use
width: 100% ,  delete it

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1460609

Title:
  The overview pie chart is so big and ugly

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  the overview pie chart is so big for master branch,  because we use
  width: 100% ,  delete it

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1460609/+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 1425820] [NEW] The icon of Terminate instances is missing

2015-02-25 Thread Lawrance
Public bug reported:

The icon of `Terminate instance` is `fa-off` had replaced by `fa-power-
off` in current xstatic-font-awesome package which version is  4.2.0 ,
the other deletion icon is `fa-remove`, maybe we can use it as the
`Terminate instance` icon.

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

Title:
  The icon of Terminate instances is missing

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The icon of `Terminate instance` is `fa-off` had replaced by `fa-
  power-off` in current xstatic-font-awesome package which version is
  4.2.0 , the other deletion icon is `fa-remove`, maybe we can use it as
  the `Terminate instance` icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1425820/+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 1425823] [NEW] The sidebar toggle icon is inconsistent in firefox and chrome

2015-02-25 Thread Lawrance
Public bug reported:

The sidebar toggle icon is inconsistent in firefox and chrome, the icon
in chrome is bigger than which in firefox, we can see the screenshots:)

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

Title:
  The sidebar toggle icon is inconsistent in firefox and chrome

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The sidebar toggle icon is inconsistent in firefox and chrome, the
  icon in chrome is bigger than which in firefox, we can see the
  screenshots:)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1425823/+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 1425824] [NEW] The sidebar toggle icon is inconsistent in firefox and chrome

2015-02-25 Thread Lawrance
Public bug reported:

The sidebar toggle icon is inconsistent in firefox and chrome, the icon
in chrome is bigger than which in firefox, we can see the screenshots:)

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1425824

Title:
  The sidebar toggle icon is inconsistent in firefox and chrome

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The sidebar toggle icon is inconsistent in firefox and chrome, the
  icon in chrome is bigger than which in firefox, we can see the
  screenshots:)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1425824/+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 1418031] [NEW] The instance creation time is not correct

2015-02-04 Thread Lawrance
Public bug reported:

The instance is created at Jan. 17, 2015, 3:02 p.m.(UTC +08:00), The
creation time in UTC is Jan. 17, 2015, 7:02 a.m., then we will reproduce
the problem,

1. Save Timezone as UTC in user settings page, the creation time is  Jan. 17, 
2015, 7:02 a.m.
2. Save Timezone as UTC +08:00 in user settings page, the creation time is  
Jan. 17, 2015, 3:02 p.m.
3. logout horizon
4. login horizon
5. the timezone of user settings page is UTC +08:00, but the creation time of 
instance in detail page is UTC time(Jan. 17, 2015, 7:02 a.m.)


it's not consistent, we should fix it

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

Title:
  The instance creation time is not correct

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The instance is created at Jan. 17, 2015, 3:02 p.m.(UTC +08:00), The
  creation time in UTC is Jan. 17, 2015, 7:02 a.m., then we will
  reproduce the problem,

  1. Save Timezone as UTC in user settings page, the creation time is  Jan. 17, 
2015, 7:02 a.m.
  2. Save Timezone as UTC +08:00 in user settings page, the creation time is  
Jan. 17, 2015, 3:02 p.m.
  3. logout horizon
  4. login horizon
  5. the timezone of user settings page is UTC +08:00, but the creation time of 
instance in detail page is UTC time(Jan. 17, 2015, 7:02 a.m.)

  
  it's not consistent, we should fix it

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1418031/+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 1417849] [NEW] Normal user(non superuser) can not and shouldn't see the instance HOST

2015-02-03 Thread Lawrance
Public bug reported:

Login openstack as one normal user, then go into the instance detail
page(overview), we can see the instance's HOST is `-`(see screeshot)
that means normal user can not get the value. and i thought the normal
users should't see HOST, it should only allowed for superuser(admin).

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

Title:
  Normal user(non superuser) can not and shouldn't see the instance HOST

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Login openstack as one normal user, then go into the instance detail
  page(overview), we can see the instance's HOST is `-`(see screeshot)
  that means normal user can not get the value. and i thought the normal
  users should't see HOST, it should only allowed for superuser(admin).

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1417849/+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 1417841] [NEW] Clean unused code for `supports_tenants`

2015-02-03 Thread Lawrance
Public bug reported:

https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/_accordion_nav.html#L7

the expression will always be true, and it seems that the
`supports_tenants` attr is unused now, we should clean the unused code,
that makes code more readable for devs.

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1417841

Title:
  Clean unused code for `supports_tenants`

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  
https://github.com/openstack/horizon/blob/master/horizon/templates/horizon/_accordion_nav.html#L7

  the expression will always be true, and it seems that the
  `supports_tenants` attr is unused now, we should clean the unused
  code, that makes code more readable for devs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1417841/+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 1417603] [NEW] We should delete the row class for _detail_overview.html

2015-02-03 Thread Lawrance
Public bug reported:

As the below screenshot show, the instance detail page show properly,
but the image details page can't, because the `row` class in the image
detail page, we should fix it.

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1417603

Title:
  We should delete the row class for _detail_overview.html

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  As the below screenshot show, the instance detail page show properly,
  but the image details page can't, because the `row` class in the image
  detail page, we should fix it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1417603/+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 1411837] Re: Owner id for image in admin images page is no user friendly

2015-01-16 Thread Lawrance
** Attachment added: image_tables.png
   
https://bugs.launchpad.net/horizon/+bug/1411837/+attachment/4300218/+files/image_tables.png

** Changed in: horizon
   Status: New = 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/1411837

Title:
  Owner id for image in admin images page is no user friendly

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Now, in admin images page, the images table show owner id for image,
  and this is not user friendly

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1411837/+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 1411837] [NEW] Owner id for image in admin images page is no user friendly

2015-01-16 Thread Lawrance
Public bug reported:

Now, in admin images page, the images table show owner id for image, and
this is not user friendly

** Affects: horizon
 Importance: Undecided
 Status: 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/1411837

Title:
  Owner id for image in admin images page is no user friendly

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Now, in admin images page, the images table show owner id for image,
  and this is not user friendly

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1411837/+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 1410832] [NEW] User name(with a link) inline edit doesn't work in identity users user table

2015-01-14 Thread Lawrance
Public bug reported:

We implement user table inline edit and user detail, so the User Name
cell will show input element as text while edting inline because the
cell data will be escaped while it has url, we should unescaped
inhorizon.tables_inline_edit.js while the cell is link, the patch fix
it.

Return escaped data while the cell has url:
https://github.com/openstack/horizon/blob/master/horizon/tables/base.py#L744

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 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/1410832

Title:
  User name(with a link) inline edit doesn't work in identity  users 
  user table

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  We implement user table inline edit and user detail, so the User Name
  cell will show input element as text while edting inline because the
  cell data will be escaped while it has url, we should unescaped
  inhorizon.tables_inline_edit.js while the cell is link, the patch fix
  it.

  Return escaped data while the cell has url:
  https://github.com/openstack/horizon/blob/master/horizon/tables/base.py#L744

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1410832/+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 1358185] [NEW] Test(ignore it)

2014-08-18 Thread Lawrance
Public bug reported:

Test contribution

** Affects: ceilometer
 Importance: Undecided
 Assignee: Lawrance (jing)
 Status: New

** Affects: nova
 Importance: Undecided
 Status: New

** Also affects: nova
   Importance: Undecided
   Status: New

** Changed in: ceilometer
 Assignee: (unassigned) = Lawrance (jing)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1358185

Title:
  Test(ignore it)

Status in OpenStack Telemetry (Ceilometer):
  New
Status in OpenStack Compute (Nova):
  New

Bug description:
  Test contribution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1358185/+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 1326595] [NEW] UTC time problem for metering chart

2014-06-04 Thread Lawrance
Public bug reported:

As we know ceilometer use the UTC time,  we can find Duration start  and 
Duration end via `ceilometer statistics --meter cpu_util`
in my local environment ,the Duration start is 2014-06-04T12:36:15 and end  is 
2014-06-05T00:50:38,

but in the horiozn metering chart the start is Wed, 04 Jun 2014 04:36:14 GMT 
and the end is Wed, 04 Jun 2014 16:20:37 GMT. 
8 hours later.


IMHO, the time in metering chart shoud use the local time, when we check the 
chart, we need to convert the time to local time in my head, a little horrible, 
if use local time , we do needn't any convertion.

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

Title:
  UTC time problem for metering chart

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  As we know ceilometer use the UTC time,  we can find Duration start  and 
Duration end via `ceilometer statistics --meter cpu_util`
  in my local environment ,the Duration start is 2014-06-04T12:36:15 and end  
is 2014-06-05T00:50:38,

  but in the horiozn metering chart the start is Wed, 04 Jun 2014 04:36:14 GMT 
and the end is Wed, 04 Jun 2014 16:20:37 GMT. 
  8 hours later.

  
  IMHO, the time in metering chart shoud use the local time, when we check the 
chart, we need to convert the time to local time in my head, a little horrible, 
if use local time , we do needn't any convertion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1326595/+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 1321974] [NEW] Do not render port template if device has no port

2014-05-21 Thread Lawrance
Public bug reported:

If we have no any port for router, when we hover the router, it will
left the text Interfaces, it's not very well for UI,so we can hide the
text Interfaces(do not render the port table)while no port.

** Affects: horizon
 Importance: Undecided
 Assignee: Lawrance (jing)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Lawrance (jing)

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

Title:
  Do not render port template if device has no port

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  If we have no any port for router, when we hover the router, it will
  left the text Interfaces, it's not very well for UI,so we can hide
  the text Interfaces(do not render the port table)while no port.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1321974/+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 1318754] [NEW] nova boot --number-instances with v4-fixed-ip

2014-05-12 Thread Lawrance
Public bug reported:

we can not run multi instances with v4-fixed-ip, as we know , the
special ip can only belong to one instance, so i think while we specific
the v4-fixed-ip, we could't use --num-instances .

HOW to reproduce:

nova boot --image cirros --flavor 1 --num-instances 2  --nics net-
id=759e99ad...,v4-fixed-ip=10.0.0.17 instance001

** Affects: nova
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1318754

Title:
  nova boot --number-instances  with v4-fixed-ip

Status in OpenStack Compute (Nova):
  New

Bug description:
  we can not run multi instances with v4-fixed-ip, as we know , the
  special ip can only belong to one instance, so i think while we
  specific the v4-fixed-ip, we could't use --num-instances .

  HOW to reproduce:

  nova boot --image cirros --flavor 1 --num-instances 2  --nics net-
  id=759e99ad...,v4-fixed-ip=10.0.0.17 instance001

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1318754/+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 1233051] [NEW] bug for test(please ignore it)

2013-09-30 Thread Lawrance
Public bug reported:

bug for test(please ignore it),sorry:)

** Affects: nova
 Importance: Undecided
 Status: Invalid

** Changed in: nova
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1233051

Title:
  bug for test(please ignore it)

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  bug for test(please ignore it),sorry:)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1233051/+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 1093379] Re: i can not start lxc instance via nova start after rebooting the host

2013-05-29 Thread Lawrance
** Changed in: nova
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1093379

Title:
  i can not  start lxc instance via nova start after rebooting the
  host

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  i install openstack with nova-compute-lxc.

  for a test, i boot a lxc instance via nova boot,then i stop it via nova 
stop,finaly i reboot the host.
  when the host is up,the lxc instance's status is SUTOFF,i want to start the 
stoped lxc instnace via nova start,but i can not do it.

  PS,i can boot new lxc instance via nova boot.

  below is the nova-compute log:

  2012-12-24 10:54:15 ERROR nova.openstack.common.rpc.amqp [-] Exception during 
message handling
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp Traceback (most 
recent call last):
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 275, 
in _process_data
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp rval = 
self.proxy.dispatch(ctxt, version, method, **args)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
line 145, in dispatch
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp return 
getattr(proxyobj, method)(ctxt, **kwargs)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp temp_level, 
payload)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp self.gen.next()
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp return f(*args, 
**kw)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 181, in 
decorated_function
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp pass
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp self.gen.next()
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 167, in 
decorated_function
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 202, in 
decorated_function
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp 
kwargs['instance']['uuid'], e, sys.exc_info())
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp self.gen.next()
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 196, in 
decorated_function
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 953, in 
start_instance
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp 
self.power_on_instance(context, instance)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp temp_level, 
payload)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp self.gen.next()
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp return f(*args, 
**kw)
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 181, in 
decorated_function
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp pass
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
  2012-12-24 10:54:15 TRACE nova.openstack.common.rpc.amqp self.gen.next()
  2012-12-24 10:54:15 TRACE