Reviewed: https://review.openstack.org/352721 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=cf0c3bb09e3e17f45ec2d8a2076dec693232a50a Submitter: Jenkins Branch: master
commit cf0c3bb09e3e17f45ec2d8a2076dec693232a50a Author: majik <[email protected]> Date: Tue Aug 9 14:02:42 2016 +0800 Error in cinder quota RESTful api Just a simple bug. Missing the argument when calling. Change-Id: I0bb6cdce8010c19db219ebfdbe7c7b5c40eb33c8 Closes-Bug: #1611212 ** Changed in: horizon Status: In Progress => 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/1611212 Title: error in requesting cinder quota sets restful api Status in OpenStack Dashboard (Horizon): Fix Released Bug description: A simple bug in horizon. Here is the code. ``` python if api.cinder.is_volume_service_enabled(): ``` And, here is the define. ``` python def is_volume_service_enabled(request): ``` I will fix it at once. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1611212/+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

