yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36281
[Bug 1479799] [NEW] Ajax update of table rows not working in Horizon
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
Follow ups