From a0172d42383767d348dcce57d9159736345a2c85 Mon Sep 17 00:00:00 2001 From: FranBarrera Date: Tue, 13 Sep 2016 13:58:04 +0200 Subject: [PATCH] add net in vagrant_variables.yml.sample Signed-off-by: FranBarrera --- vagrant_variables.yml.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vagrant_variables.yml.sample b/vagrant_variables.yml.sample index c7beab012..97dcc1a06 100644 --- a/vagrant_variables.yml.sample +++ b/vagrant_variables.yml.sample @@ -20,6 +20,9 @@ restapi: true # valid values are 'stable' and 'dev' ceph_install_source: stable +# NET TO USE FOR THE VMS +#os_networks: + # SUBNET TO USE FOR THE VMS subnet: 192.168.42 -- 2.47.3