Fix comment in freeipa_setup.sh script
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 18 Jan 2017 23:02:13 +0000 (01:02 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 18 Jan 2017 23:02:13 +0000 (01:02 +0200)
commit312f357b5a0a6ea9598f2b061e433b801e7e9af5
treeed6d0f007fb9572cc326270280161a1ef6633c80
parent78215fae79fa7152012c116287cda9f9b2afa125
Fix comment in freeipa_setup.sh script

It wrongly pointed that one can use an IP, and this is not correct. For
this case, it needs to be a CIDR. This is because we are not using DHCP
to set this address in CI, so the CIDR is required, else it will use /32
which will not route.

Change-Id: Iea070d49aeb2324564bae59082481b5485d1d360
ci/scripts/freeipa_setup.sh