Add networks to Limestone vendor

Add the network configurations to the Limestone vendor config

Change-Id: I1f7c0b10e391c59edae17acbc06da239f953a0a0
This commit is contained in:
Logan V 2018-10-04 11:56:23 -05:00 committed by Monty Taylor
parent a799fd792e
commit d33109b193
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 22 additions and 1 deletions

View File

@ -10,6 +10,27 @@
],
"identity_api_version": "3",
"image_format": "raw",
"volume_api_version": "3"
"volume_api_version": "3",
"networks": [
{
"name": "Public Internet",
"routes_externally": true,
"default_interface": true,
"nat_source": true
},
{
"name": "DDoS Protected",
"routes_externally": true
},
{
"name": "Private Network (10.0.0.0/8 only)",
"routes_externally": false
},
{
"name": "Private Network (Floating Public)",
"routes_externally": false,
"nat_destination": true
}
]
}
}