yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #54818
[Bug 1611212] [NEW] error in requesting cinder quota sets restful api
Public bug reported:
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.
** 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/1611212
Title:
error in requesting cinder quota sets restful api
Status in OpenStack Dashboard (Horizon):
New
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
Follow ups