** Changed in: horizon
Status: Fix Committed => Fix Released
--
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/1257238
Title:
Use HEAD in ajax update get container metadata
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
The AjaxUpdate on Container panel should use the HEAD operation by
passing with_data=False
class ContainerAjaxUpdateRow(tables.Row):
ajax = True
def get_data(self, request, container_name):
container = api.swift.swift_get_container(request, container_name)
return container
Similar to the fix made for
https://bugs.launchpad.net/horizon/+bug/1236677
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1257238/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp