[Yahoo-eng-team] [Bug 1769089] Re: Loading of Hot templates throws error sometimes

2018-05-04 Thread Sudheer Kalla
** Also affects: heat-dashboard
   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/1769089

Title:
  Loading of Hot templates throws error sometimes

Status in heat-dashboard:
  New
Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  From horizon some times when we try to upload hot templates from
  stacks panel, the following error seems to be appearing

  "'NoneType' object has no attribute 'encode'"

  But when we restart Apache server, Every thing works normally.

To manage notifications about this bug go to:
https://bugs.launchpad.net/heat-dashboard/+bug/1769089/+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 1769089] [NEW] Loading of Hot templates throws error sometimes

2018-05-04 Thread Sudheer Kalla
Public bug reported:

>From horizon some times when we try to upload hot templates from stacks
panel, the following error seems to be appearing

"'NoneType' object has no attribute 'encode'"

But when we restart Apache server, Every thing works normally.

** Affects: heat-dashboard
 Importance: Undecided
 Status: New

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

Title:
  Loading of Hot templates throws error sometimes

Status in heat-dashboard:
  New
Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  From horizon some times when we try to upload hot templates from
  stacks panel, the following error seems to be appearing

  "'NoneType' object has no attribute 'encode'"

  But when we restart Apache server, Every thing works normally.

To manage notifications about this bug go to:
https://bugs.launchpad.net/heat-dashboard/+bug/1769089/+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 1759546] [NEW] Unable to retrieve nested resource list from horizon

2018-03-28 Thread Sudheer Kalla
Public bug reported:

>From Openstack horizon we cannot retrieve nested resource list.

When even stack is created using nested templates then from horizon we
can only get resource list of main template. But from CLI we can
retrieve all the resources information even the ones that are defined in
nested templates using depth attribute available..

I think the same option should be available from horizon and CLI. So
user should be able to get nested resource list, get the information
about nested resource.

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

Title:
  Unable to retrieve nested resource list from horizon

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  From Openstack horizon we cannot retrieve nested resource list.

  When even stack is created using nested templates then from horizon we
  can only get resource list of main template. But from CLI we can
  retrieve all the resources information even the ones that are defined
  in nested templates using depth attribute available..

  I think the same option should be available from horizon and CLI. So
  user should be able to get nested resource list, get the information
  about nested resource.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1759546/+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 1737924] [NEW] Server Groups data is not displayed in Instance Details page

2017-12-13 Thread Sudheer Kalla
Public bug reported:

In instance launch wizard there are options for selecting server groups
and adding scheduler hints.

How ever these details are not displayed in instance details page along
with other data.

** Affects: horizon
 Importance: Undecided
 Status: New

** Summary changed:

- Server group data is not displayed in Instance Details page
+ Server Groups data is not displayed in Instance Details page

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

Title:
  Server Groups data is not displayed in Instance Details page

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In instance launch wizard there are options for selecting server
  groups and adding scheduler hints.

  How ever these details are not displayed in instance details page
  along with other data.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1737924/+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 1705013] [NEW] Opening of Console screen for a VM from horizon takes huge amount of time

2017-07-18 Thread Sudheer Kalla
Public bug reported:

While trying to login into the console of a VM from openstack horizon,
we have to wait very long time till we get the console screen. The only
way to quickly open the console is to get the console URL from the "nova
get-console" command. Clicking on the URL will open up the console
quickly.

Probable cause: When any Instance detail tab action is called all tabs
(Overview, Console, Log, etc) data is gathered via Python calls for
example overview page makes a bunch of calls in a row to get information
for things like flavors, volumes, image data , etc. But then the other
tabs have JS contents that are on demand. Thus increasing the current
load time.

Suggested solution: Each tabs details should be fetched only when the
particular tab action is called.

** Affects: horizon
 Importance: Undecided
 Status: New

** Description changed:

  While trying to login into the console of a VM from openstack horizon,
  we have to wait very long time till we get the console screen. The only
  way to quickly open the console is to get the console URL from the "nova
  get-console" command. Clicking on the URL will open up the console
  quickly.
  
-  
- With Probable cause: When any Instance detail tab action is called all tabs 
(Overview, Console, Log, etc) data is gathered via Python calls for example 
overview page makes a bunch of calls in a row to get information for things 
like flavors, volumes, image data , etc. But then the other tabs have JS 
contents that are on demand. Thus increasing the load time of the current time. 
 
+ Probable cause: When any Instance detail tab action is called all tabs
+ (Overview, Console, Log, etc) data is gathered via Python calls for
+ example overview page makes a bunch of calls in a row to get information
+ for things like flavors, volumes, image data , etc. But then the other
+ tabs have JS contents that are on demand. Thus increasing the load time
+ of the current time.
  
- 
- Suggested solution: Each tabs details should be fetched only when the 
particular tab action is called.
+ Suggested solution: Each tabs details should be fetched only when the
+ particular tab action is called.

** Description changed:

  While trying to login into the console of a VM from openstack horizon,
  we have to wait very long time till we get the console screen. The only
  way to quickly open the console is to get the console URL from the "nova
  get-console" command. Clicking on the URL will open up the console
  quickly.
  
  Probable cause: When any Instance detail tab action is called all tabs
  (Overview, Console, Log, etc) data is gathered via Python calls for
  example overview page makes a bunch of calls in a row to get information
  for things like flavors, volumes, image data , etc. But then the other
- tabs have JS contents that are on demand. Thus increasing the load time
- of the current time.
+ tabs have JS contents that are on demand. Thus increasing the current
+ load time.
  
  Suggested solution: Each tabs details should be fetched only when the
  particular tab action is called.

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

Title:
  Opening of Console screen for a VM  from horizon takes huge amount of
  time

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  While trying to login into the console of a VM from openstack horizon,
  we have to wait very long time till we get the console screen. The
  only way to quickly open the console is to get the console URL from
  the "nova get-console" command. Clicking on the URL will open up the
  console quickly.

  Probable cause: When any Instance detail tab action is called all tabs
  (Overview, Console, Log, etc) data is gathered via Python calls for
  example overview page makes a bunch of calls in a row to get
  information for things like flavors, volumes, image data , etc. But
  then the other tabs have JS contents that are on demand. Thus
  increasing the current load time.

  Suggested solution: Each tabs details should be fetched only when the
  particular tab action is called.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1705013/+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 1648050] [NEW] Cannot set initial values for CustomConstraint parameters

2016-12-07 Thread Sudheer Kalla
Public bug reported:

While launching a stack from horizon,If the template have custom
constraints like below:

parameters:
  TEST_IMAGE:
type: string
label: TEST Node Image
description: SW Image to be used for TEST
default: TEST_IMAGE
constraints:
  - custom_constraint: glance.image

The default value is not set in the drop-down created rather than all
the available values are listed with out any default value.

The same behavior is seen when we use environment file to load default
value for custom constraints.

However form cli it is working fine with out any issue if we use
environment file for loading default value for custom constraints

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

Title:
  Cannot set initial values for CustomConstraint parameters

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  While launching a stack from horizon,If the template have custom
  constraints like below:

  parameters:
TEST_IMAGE:
  type: string
  label: TEST Node Image
  description: SW Image to be used for TEST
  default: TEST_IMAGE
  constraints:
- custom_constraint: glance.image

  The default value is not set in the drop-down created rather than all
  the available values are listed with out any default value.

  The same behavior is seen when we use environment file to load default
  value for custom constraints.

  However form cli it is working fine with out any issue if we use
  environment file for loading default value for custom constraints

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1648050/+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 1628892] [NEW] Admin network panel throws something went wrong page

2016-09-29 Thread Sudheer Kalla
Public bug reported:

When neutron service is down, when user tries to visit the networks
panel in the admin dashboard it give some thing went wrong page.

How ever the network panel in project view will throw a pop-up but not
error page.

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

Title:
  Admin network panel throws something went wrong page

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When neutron service is down, when user tries to visit the networks
  panel in the admin dashboard it give some thing went wrong page.

  How ever the network panel in project view will throw a pop-up but not
  error page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1628892/+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 1606123] [NEW] Connection Error in Resource Usage Panel

2016-07-25 Thread Sudheer Kalla
Public bug reported:

The Resource-Usage panel some times throws the following error

ConnectionError: HTTPSConnectionPool(host='public.fuel.local',
port=8777): Max retries exceeded with url:
/v2/meters/disk.write.bytes/statistics?q.field=project_id=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=eq=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le
 
pe==ddf0b064e5b045c4b064ec7344100f81=2016-07-21+05%3A46%3A26.965056%2B00%3A00=2016-07-22+05%3A46%3A26.965056%2B00%3A00=2016-07-21+05%3A56%3A08.129089%2B00%3A00=2016-07-22+05%3A56%3A08.129089%2B00%3A00=2016-07-21+05%3A57%3A02.799849%2B00%3A00=2016-07-22+05%3A57%3A02.799849%2B00%3A00=2016-07-15+05%3A57%3A30.502598%2B00%3A00=2016-07-22+05%3A57%3A30.502598%2B00%3A00=2016-07-15+05%3A58%3A12.655724%2B00%3A00=2016-07-22+05%3A58%3A12.655724%2B00%3A00=2016-07-15+05%3A58%3A26.069241%2B00%3A00=2016-07-22+05%3A58%3A26.069241%2B00%3A00=2016-07-15+05%3A58%3A57.687257%2B00%3A00=2016-07-22+05%3A58%3A57.687257%2B00%3A00=2016-07-15+05%3A59%3A11.241494%2B00%3A00=2016-07-22+05%3A59%3A11.241494%2B00%3A00=
 
2016-07-15+05%3A59%3A41.254137%2B00%3A00=2016-07-22+05%3A59%3A41.254137%2B00%3A00=2016-07-15+06%3A02%3A30.960500%2B00%3A00=2016-07-22+06%3A02%3A30.960500%2B00%3A00=2016-07-21+06%3A24%3A35.926004%2B00%3A00=2016-07-22+06%3A24%3A35.926004%2B00%3A00=2016-07-15+06%3A24%3A55.701449%2B00%3A00=2016-07-22+06%3A24%3A55.701449%2B00%3A00=2016-07-24+05%3A13%3A02.620998%2B00%3A00=2016-07-25+05%3A13%3A02.620998%2B00%3A00=2016-07-18+05%3A16%3A35.441166%2B00%3A00=2016-07-25+05%3A16%3A35.441166%2B00%3A00=2016-07-18+05%3A17%3A05.966066%2B00%3A00=2016-07-25+05%3A17%3A05.966066%2B00%3A00=2016-07-24+06%3A13%3A42.435985%2B00%3A00=2016-07-25+06%3A13%3A42.435985%2B00%3A00=86400
(Caused by : [Errno 110] Connection timed out)


All though the cli commands ceilometer meter-list works fine , and most of the 
time this error leads to something went wrong page.And i think this error will 
be
most commonly seen when there is a lot of data to be fetched

** Affects: horizon
 Importance: Undecided
 Status: New

** Description changed:

  The Resource-Usage panel some times throws the following error
  
  ConnectionError: HTTPSConnectionPool(host='public.fuel.local',
  port=8777): Max retries exceeded with url:
  
/v2/meters/disk.write.bytes/statistics?q.field=project_id=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=timestamp=eq=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le=ge=le
 
type==ddf0b064e5b045c4b064ec7344100f81=2016-07-21+05%3A46%3A26.965056%2B00%3A00=2016-07-22+05%3A46%3A26.965056%2B00%3A00=2016-07-21+05%3A56%3A08.129089%2B00%3A00=2016-07-22+05%3A56%3A08.129089%2B00%3A00=2016-07-21+05%3A57%3A02.799849%2B00%3A00=2016-07-22+05%3A57%3A02.799849%2B00%3A00=2016-07-15+05%3A57%3A30.502598%2B00%3A00=2016-07-22+05%3A57%3A30.502598%2B00%3A00=2016-07-15+05%3A58%3A12.655724%2B00%3A00=2016-07-22+05%3A58%3A12.655724%2B00%3A00=2016-07-15+05%3A58%3A26.069241%2B00%3A00=2016-07-22+05%3A58%3A26.069241%2B00%3A00=2016-07-15+05%3A58%3A57.687257%2B00%3A00=2016-07-22+05%3A58%3A57.687257%2B00%3A00=2016-07-15+05%3A59%3A11.241494%2B00%3A00=2016-07-22+05%3A59%3A11.241494%2B00%3A00
 
e=2016-07-15+05%3A59%3A41.254137%2B00%3A00=2016-07-22+05%3A59%3A41.254137%2B00%3A00=2016-07-15+06%3A02%3A30.960500%2B00%3A00=2016-07-22+06%3A02%3A30.960500%2B00%3A00=2016-07-21+06%3A24%3A35.926004%2B00%3A00=2016-07-22+06%3A24%3A35.926004%2B00%3A00=2016-07-15+06%3A24%3A55.701449%2B00%3A00=2016-07-22+06%3A24%3A55.701449%2B00%3A00=2016-07-24+05%3A13%3A02.620998%2B00%3A00=2016-07-25+05%3A13%3A02.620998%2B00%3A00=2016-07-18+05%3A16%3A35.441166%2B00%3A00=2016-07-25+05%3A16%3A35.441166%2B00%3A00=2016-07-18+05%3A17%3A05.966066%2B00%3A00=2016-07-25+05%3A17%3A05.966066%2B00%3A00=2016-07-24+06%3A13%3A42.435985%2B00%3A00=2016-07-25+06%3A13%3A42.435985%2B00%3A00=86400
  (Caused by : [Errno 110] Connection timed out)
+ 
+ 
+ All though the cli commands ceilometer meter-list works fine , and most of 
the time this error leads to something went wrong page.And i think this error 
will be
+ most commonly seen when there is a lot of data to be fetched

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

Title:
  Connection Error in Resource Usage 

[Yahoo-eng-team] [Bug 1594674] [NEW] glance image size incorrectly shown, when deploying from stack

2016-06-21 Thread Sudheer Kalla
Public bug reported:

Define a parameter with glance.image constraint, something like this:
   test_image_name:
description: Name of the Glance image to create test volumes
type: string
constraints:
  - custom_constraint: glance.image

When deploying this stack, you will be able to choose the available
glance images via a dropdown list, that also states the size of the
glance images.The size shown in the dropdown list is ~1.000.000 times
bigger than the actual value. See attached screenshot.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: "data.png"
   https://bugs.launchpad.net/bugs/1594674/+attachment/4687661/+files/data.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/1594674

Title:
  glance image size incorrectly shown, when deploying from stack

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Define a parameter with glance.image constraint, something like this:
 test_image_name:
  description: Name of the Glance image to create test volumes
  type: string
  constraints:
- custom_constraint: glance.image

  When deploying this stack, you will be able to choose the available
  glance images via a dropdown list, that also states the size of the
  glance images.The size shown in the dropdown list is ~1.000.000 times
  bigger than the actual value. See attached screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1594674/+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 1479799] [NEW] Ajax update of table rows not working in Horizon

2015-07-30 Thread Sudheer Kalla
Public bug reported:

Hi iam using Kilo openstack My problem is when i create a new instance
through horizon the request is submitted and the list will be updated
with this current instance , But the status of the instance is not
getting updated (instance status is in spawwing all the time if donot
refresh) and if i refresh the page my instance will be in active state ,
The problem here is ajax updation of the status row is not happening ,
Ajax update in not happening for image creation , volume creation and
deletion

But when i comment the following lines in the function def
process_request(self, request): in horizon/middleware.py

 if request.is_ajax():
return None


Then autopolling is happening and the rows are automatically updated with out 
any refresh

Please help me ???

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

Title:
  Ajax update of table rows not working in Horizon

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Hi iam using Kilo openstack My problem is when i create a new instance
  through horizon the request is submitted and the list will be updated
  with this current instance , But the status of the instance is not
  getting updated (instance status is in spawwing all the time if donot
  refresh) and if i refresh the page my instance will be in active state
  , The problem here is ajax updation of the status row is not happening
  , Ajax update in not happening for image creation , volume creation
  and deletion

  But when i comment the following lines in the function def
  process_request(self, request): in horizon/middleware.py

   if request.is_ajax():
  return None

  
  Then autopolling is happening and the rows are automatically updated with out 
any refresh

  Please help me ???

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479799/+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 1475279] [NEW] Horizon failing with os profiler issue

2015-07-16 Thread Sudheer Kalla
Public bug reported:

Whenever i try to open horizon i will get an error and horizon won't
show up .The following is the error i got

[Thu Jul 16 08:11:48.966357 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] Traceback (most recent call last):, referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966400 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/openstack_dashboard/wsgi/django.wsgi, line 
14, in module, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966534 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] application = get_wsgi_application(), referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966572 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/django/core/wsgi.py, line 14, in 
get_wsgi_application, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966677 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] django.setup(), referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966708 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/django/__init__.py, line 20, in setup, 
referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966807 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] configure_logging(settings.LOGGING_CONFIG, 
settings.LOGGING), referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.966844 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 46, in 
__getattr__, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967004 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] self._setup(name), referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967034 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 42, in _setup, 
referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967086 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] self._wrapped = Settings(settings_module), 
referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967112 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/django/conf/__init__.py, line 94, in 
__init__, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967150 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] mod = 
importlib.import_module(self.SETTINGS_MODULE), referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967178 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File /usr/lib/python2.7/importlib/__init__.py, 
line 37, in import_module, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967284 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] __import__(name), referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967314 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/openstack_dashboard/wsgi/../../openstack_dashboard/settings.py,
 line 27, in module, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967512 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] from openstack_dashboard import exceptions, 
referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967582 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/openstack_dashboard/wsgi/../../openstack_dashboard/exceptions.py,
 line 22, in module, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967706 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] from keystoneclient import exceptions as 
keystoneclient, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967737 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/openstack_dashboard/wsgi/../../keystoneclient/__init__.py,
 line 34, in module, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.967946 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270] from keystoneclient import client, referer: 
https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.968005 2015] [:error] [pid 3442:tid 139893606598400] 
[client 192.168.122.1:37270]   File 
/usr/lib/python2.7/dist-packages/openstack_dashboard/wsgi/../../keystoneclient/client.py,
 line 13, in module, referer: https://10.35.58.13:5290/project/
[Thu Jul 16 08:11:48.968132 2015] 

[Yahoo-eng-team] [Bug 1467890] [NEW] Session timeout on huge image uploads

2015-06-23 Thread Sudheer Kalla
Public bug reported:

When user tries to upload an image(via horizon) which is huge in size
while uploading the image if the session expires the process will be
stopped in between and image upload fails.

So when ever the user tries to upload a huge image or file then there
should be a mechansim which will make sure the session time out did not
occurs and make user will niot losse any data

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

Title:
  Session timeout on huge image uploads

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When user tries to upload an image(via horizon) which is huge in size
  while uploading the image if the session expires the process will be
  stopped in between and image upload fails.

  So when ever the user tries to upload a huge image or file then there
  should be a mechansim which will make sure the session time out did
  not occurs and make user will niot losse any data

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1467890/+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 1443779] [NEW] Delete Images button ignore protected images

2015-04-14 Thread Sudheer Kalla
Public bug reported:

In the image panel

1)When an image is marked as protected then for that image , More
dropdownlist filters out Delete Image options, but Delete Images button
is enabled when protected image or snapshot is selected at the top of
the table

Steps to reproduce :

1) Create an image and mark it as protected.

2) Now in the images table for the newly created protected image the row
action Delete Image will not be available that is ok

3) But the user can still select the check box for that image which will
enables the  table action Delete Images and after clicking that user
will get a message that he cannot delete that image since it is a
protected image.

4) But i feel that table action also should be disabled for protected
images so that it will be more meaning full.

** Affects: horizon
 Importance: Undecided
 Assignee: Sudheer Kalla (sudheer-kalla)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Sudheer Kalla (sudheer-kalla)

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

Title:
   Delete Images button ignore protected images

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the image panel

  1)When an image is marked as protected then for that image , More
  dropdownlist filters out Delete Image options, but Delete Images
  button is enabled when protected image or snapshot is selected at the
  top of the table

  Steps to reproduce :

  1) Create an image and mark it as protected.

  2) Now in the images table for the newly created protected image the
  row action Delete Image will not be available that is ok

  3) But the user can still select the check box for that image which
  will enables the  table action Delete Images and after clicking that
  user will get a message that he cannot delete that image since it is a
  protected image.

  4) But i feel that table action also should be disabled for protected
  images so that it will be more meaning full.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1443779/+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 1427520] [NEW] Language change option is not working new panels

2015-03-02 Thread Sudheer Kalla
Public bug reported:

In horizon i have added a new panel My Panel ,which consists of table
and table action to upload a file , After this i navigated to settings
and changed the preferred language(to Hindhi)  , I noticed that all the
panel are affected with new language(Hindhi)  but My Panel is
uneffected and still is in English language

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

Title:
  Language change option is not working new panels

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In horizon i have added a new panel My Panel ,which consists of
  table and table action to upload a file , After this i navigated to
  settings and changed the preferred language(to Hindhi)  , I noticed
  that all the panel are affected with new language(Hindhi)  but My
  Panel is uneffected and still is in English language

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1427520/+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 1415386] [NEW] Validation missing for cinder volume creation

2015-01-28 Thread Sudheer Kalla
Public bug reported:

Validation is missing for cinder volume creation 
 
Steps to reproduce :

1) Create a volume group of 50 GB

2) Create a volume of size 40 GB under one tenant

3) Now under different tenant try create a volume 20 GB

Horizon sucessfully submits the form but the cinder volume will be created in 
error state.
 
The reason for validation failure :

Horizon performs this validation based on quotas (that default quota
size  is around 1000 GB) but not on actual available disk space(volume
group) .

** Affects: horizon
 Importance: Undecided
 Assignee: Sudheer Kalla (sudheer-kalla)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Sudheer Kalla (sudheer-kalla)

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

Title:
  Validation missing for cinder volume creation

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Validation is missing for cinder volume creation 
   
  Steps to reproduce :

  1) Create a volume group of 50 GB

  2) Create a volume of size 40 GB under one tenant

  3) Now under different tenant try create a volume 20 GB

  Horizon sucessfully submits the form but the cinder volume will be created in 
error state.
   
  The reason for validation failure :

  Horizon performs this validation based on quotas (that default quota
  size  is around 1000 GB) but not on actual available disk space(volume
  group) .

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1415386/+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 1408656] [NEW] No proper validtion for optional arguments for nova list command

2015-01-08 Thread Sudheer Kalla
Public bug reported:


ubuntu@ubuntu-ThinkCentre-M93p:~$ nova list --te
+--+--+++-+--+
| ID   | Name | Status | Task State | Power 
State | Networks |
+--+--+++-+--+
| f51fccf3-cbaa-4ba0-a9ab-d0bbe20d2245 | test | ERROR  | -  | NOSTATE   
  |  |
+--+--+++-+--+


The above command should throw a validation error but it is giving proper 
output . So proper validation need to provided for optional arguments

** Affects: nova
 Importance: Undecided
 Assignee: Sudheer Kalla (sudheer-kalla)
 Status: New

** Changed in: nova
 Assignee: (unassigned) = Sudheer Kalla (sudheer-kalla)

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

Title:
  No proper validtion for optional arguments for nova list  command

Status in OpenStack Compute (Nova):
  New

Bug description:
  
  ubuntu@ubuntu-ThinkCentre-M93p:~$ nova list --te
  
+--+--+++-+--+
  | ID   | Name | Status | Task State | Power 
State | Networks |
  
+--+--+++-+--+
  | f51fccf3-cbaa-4ba0-a9ab-d0bbe20d2245 | test | ERROR  | -  | NOSTATE 
|  |
  
+--+--+++-+--+

  
  The above command should throw a validation error but it is giving proper 
output . So proper validation need to provided for optional arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1408656/+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 1402506] [NEW] Instance overview page showing same value for created time and updated time

2014-12-14 Thread Sudheer Kalla
Public bug reported:

In instance over view page ,the created time and the updated time both
are showing the same time i.e both created time and updated time showing
the value of created time . But from cli when we use nova show command
to list the details of instance then the created time and updated time
are having different time

** Affects: horizon
 Importance: Undecided
 Status: New

** Summary changed:

- Instance overview page bug
+ Instance overview page showing same value for created time and updated time

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

Title:
  Instance overview page showing same value for created time and updated
  time

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In instance over view page ,the created time and the updated time both
  are showing the same time i.e both created time and updated time
  showing the value of created time . But from cli when we use nova show
  command to list the details of instance then the created time and
  updated time are having different time

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1402506/+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 1359658] [NEW] resource id links not working properly in heat resource tab view

2014-08-21 Thread Sudheer Kalla
Public bug reported:

While checking  the stack details page of the dashboard horizon .

At the Resource tab a table is listed with all the resources avaiable
for the stack along with the hyper link provided to each resource name
.Upon clicking on the name we will be re-directed to another page where
it will display a tab with all the information regarding the Resource
along with the header as Resource Detail: Resource_Name

In that very tab all the details about that resource are listed
including it's id with a hyperlink

The bug is that when we click on that hyper link an error page  will be
displayed that url in not found .


Iam attaching the necessary screen shots to demostrate it.

** Affects: horizon
 Importance: Undecided
 Status: New

** Attachment added: resource_id not found.png
   
https://bugs.launchpad.net/bugs/1359658/+attachment/4183247/+files/resource_id%20not%20found.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/1359658

Title:
  resource id links not working properly in heat resource tab view

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  While checking  the stack details page of the dashboard horizon .

  At the Resource tab a table is listed with all the resources avaiable
  for the stack along with the hyper link provided to each resource name
  .Upon clicking on the name we will be re-directed to another page
  where it will display a tab with all the information regarding the
  Resource along with the header as Resource Detail: Resource_Name

  In that very tab all the details about that resource are listed
  including it's id with a hyperlink

  The bug is that when we click on that hyper link an error page  will
  be displayed that url in not found .

  
  Iam attaching the necessary screen shots to demostrate it.

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