11 lines
360 B
YAML
11 lines
360 B
YAML
#
|
|
# Example of configuration where we froce the use of a specific external network and
|
|
# use provider network (no floating IP)
|
|
reuse_network_name : 'prov1'
|
|
|
|
# Floating ip false is a provider network where we simply attach to it
|
|
floating_ip : False
|
|
|
|
# Floating ip is true by default:
|
|
# attach to existing network, create a floating ip and attach instance to it
|