Skip to content

Instantly share code, notes, and snippets.

@noakup
Created April 8, 2014 23:16
Show Gist options
  • Save noakup/10207459 to your computer and use it in GitHub Desktop.
Save noakup/10207459 to your computer and use it in GitHub Desktop.
Application Network
// Optional. Set the name to search to find openstack compute endpoint.
"computeServiceName" : "nova",
// Optional. Set the name to search to find openstack networking endpoint.
"networkServiceName" : "neutron",
// Optional. Set the network api version .
"networkApiVersion" : "v2.0",
// Optional. Specify an existing external router name to use.
"externalRouterName" : "MyNetwork",
// Optional. Specify an external network name to use.
"externalNetworkName": "MyTenantPresetNetwork"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment