4 Commits

Author SHA1 Message Date
Boden R
43cb25545b use constants rather than static strings
A number of the existing API defs use static strings rather than using
existing constants. This patch replaces those static strings with their
respective constants where applicable.

Change-Id: I505f10b58a454bd7c90725abbc62cc8a7fd46d94
2017-05-04 06:30:18 -06:00
Hirofumi Ichihara
9817dc494b Add ACTION_STATUS to dummy of API definition
Neutron API extension may need specific action status for the API.
Some extensions(e.g. tag and tag-ext) already have it.

Change-Id: I0979b727171ad7b91641e0d9e0697da1e47c493f
2017-03-28 12:43:51 +09:00
YAMAMOTO Takashi
645479ce1c api: Fix firewall aliases
Also, add fwaasrouterinsertion to KNOWN_EXTENSIONS.

Change-Id: I06cba52c487e60bd5538e8de860576463381860e
2017-02-06 09:09:38 +09:00
Nate Johnston
6cc186f16c Migrate neutron-fwaas API definitions to neutron-lib
As part of the Neutron Stadium, neutron-fwaas must migrate it's API
definition to neutron-lib.

Needed-By: I57504f97ac39b5b7d301fd5cc88228a121f0677e

Change-Id: I7b4108772e8370e8f51971caf40ecd23e9f977e9
2017-01-12 22:23:51 +00:00