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:
RobinWang 2014-11-25 16:06:37 +08:00 committed by Robin Wang
parent 31b7c3abea
commit ecf432a0e1

View File

@ -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"/>