Add "INACTIVE" into "status" for firewall res params

If user creates a firewall with no "router_ids", the firewall status is set
"INACTIVE".  This commit adds "INACTIVE" into "status" param.

Change-Id: Ied77f4313a483e666e5e323522d4bc1b8a248908
Closes-Bug: #1518698
This commit is contained in:
Yushiro FURUKAWA 2015-11-24 01:12:12 +09:00 committed by Diane Fleming
parent 6f3841b4ce
commit dc47826c86

View File

@ -6949,7 +6949,7 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
<para>
The status of the firewall service. Value is <code>ACTIVE</code>,
<code>ERROR</code>, <code>PENDING_CREATE</code>,
<code>INACTIVE</code>, <code>ERROR</code>, <code>PENDING_CREATE</code>,
<code>PENDING_UPDATE</code>, or <code>PENDING_DELETE</code>.
</para>
</wadl:doc>