Merge "Neutron "show router" doesn't show full parameters"

This commit is contained in:
Jenkins 2016-01-31 10:43:26 +00:00 committed by Gerrit Code Review
commit 89cef60fbd
5 changed files with 18 additions and 1 deletions

View File

@ -3206,11 +3206,24 @@
xml:lang="EN">
<para>
The external gateway parameters, which include the
<code>network_id</code> and <code>external_fixed_ips</code>
<code>network_id</code>, <code>enable_snat</code>
and <code>external_fixed_ips</code>
parameters.
</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
name="enable_snat" style="plain" type="xsd:boolean">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
Enable Source NAT (SNAT) attribute, a part of ext-gw-mode extension. When a gateway is
attached to a router using an L3 extension, Network Address Translation (NAT) is enabled
for traffic generated by subnets attached to the router.
</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
required="true"
name="external_fixed_ips" style="plain" type="xsd:list">

View File

@ -3,6 +3,7 @@
"status": "ACTIVE",
"external_gateway_info": {
"network_id": "8ca37218-28ff-41cb-9b10-039601ea7e6b",
"enable_snat": true,
"external_fixed_ips": [
{
"subnet_id": "255.255.255.0",

View File

@ -3,6 +3,7 @@
"status": "ACTIVE",
"external_gateway_info": {
"network_id": "85d76829-6415-48ff-9c63-5c5ca8c61ac6",
"enable_snat": true,
"external_fixed_ips": [
{
"subnet_id": "255.255.255.0",

View File

@ -3,6 +3,7 @@
"status": "ACTIVE",
"external_gateway_info": {
"network_id": "8ca37218-28ff-41cb-9b10-039601ea7e6b",
"enable_snat": true,
"external_fixed_ips": [
{
"subnet_id": "255.255.255.0",

View File

@ -13,6 +13,7 @@
"status": "ACTIVE",
"external_gateway_info": {
"network_id": "3c5bcddd-6af9-4e6b-9c3e-c153e521cab8",
"enable_snat": true,
"external_fixed_ips": [
{
"subnet_id": "255.255.255.0",