Stop using deprecated network range

The default network range was deprecated[1]. And so, it's more
appropriate that the reference deployment that this is doing should
have something that's actually valid and usable for people.

[1] I931a1f7160a007d367621de5cc1034c56c7741cf

Depends-On: Ic3aa434a0b314d5aa5f86b2d1d5fed73a30b8c9f@gerrithub
Depends-On: I4e5302034bc389406981896bca88936ce1bf6b01@gerrithub
Depends-On: I3a435d7dab60630b630d1a7efed460c784d5f417@gerrithub
Change-Id: Ic2c2ad1738f486b6ccaeb5066b90c72b45c2e544
This commit is contained in:
Juan Antonio Osorio Robles 2016-07-18 09:11:11 +03:00 committed by Attila Darazs
parent e38c7e04a9
commit 15f6e00b74
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ undercloud_post_install_log: "{{ working_dir }}/undercloud_post_install.log"
network_environment_file: network-environment.yaml.j2
undercloud_hieradata_override_file: quickstart-hieradata-overrides.yaml.j2
undercloud_network_cidr: 192.0.2.0/24
undercloud_network_cidr: 192.168.24.0/24
step_introspect: false
bash_deploy_ramdisk: false