Wrong API Reference - Metering of Networking API V2
As Anne suggested, add "/metering" at line 16. All the metering API here is not correct. Try on latest neutron, they don't work. There is a "metering/" missing in the URIs. Add it and try again, they all work. Closes-bug: 1394489 Change-Id: If4c31b338afcffd965a0809e44991ee3daf447b0
This commit is contained in:
parent
31b7c3abea
commit
ecf432a0e1
@ -13,7 +13,7 @@
|
||||
</grammars>-->
|
||||
<resources base="https://servers.api.openstack.com/"
|
||||
xml:id="metering-labels-v2.0">
|
||||
<resource id="version" path="//v2.0">
|
||||
<resource id="version" path="//v2.0/metering">
|
||||
<resource id="metering_labels" path="metering-labels">
|
||||
<method href="#listMeteringLabels"/>
|
||||
<method href="#createMeteringLabel"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user