Merge "Add the possibility to create more than one stack with reproducer."

This commit is contained in:
Zuul 2019-01-17 11:43:31 +00:00 committed by Gerrit Code Review
commit dc8b496a09
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ key_location: "{{ private_key_location }}.pub"
stack_name: "{{ prefix }}multinode_stack"
public_net_name: 38.145.32.0/22
private_net_name: private_net
private_net_name: "{{ prefix }}private_net"
private_net_base: 192.168.54
private_net_cidr: "{{ private_net_base }}.0/24"
private_net_gateway: "{{ private_net_base }}.1"