dc7d2582db
Neutron provides an API to retrieve default quotas since newton. Unfortunately there is no corresponding neutron API extension is not defined, so there is no way to detect it via API. The API exists since newton, so this commit just switches to the default quota API. Closes-Bug: #1337473 blueprint make-quotas-great-again Change-Id: Ia826b67f4cec7d95335c62ef98c3040feaa06117
10 lines
438 B
YAML
10 lines
438 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[:bug:`1337473`] The default quotas of neutron resource for a new project
|
|
are no longer got from the quotas of the current project.
|
|
Neutron did not provide a way to retrieve the default quotas and horizon
|
|
used the quotas of the current project as the default quotas for a new
|
|
project as a workaround. Neutron implemented an API to retrieve default
|
|
quotas since newton and horizon now consumes it.
|