diff options
author | Tim Rozet <trozet@redhat.com> | 2016-03-28 14:51:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-03-28 14:51:30 +0000 |
commit | 78e41283e118e234c8559e8386abaeb19ac30480 (patch) | |
tree | 61dcbfd58441364ff3a4800a37dc7eb613ec5624 /lib/common-functions.sh | |
parent | 9d3cab8d46e5823fee43a0b6c2f19d5dccfa4c3a (diff) | |
parent | 012f1d08b075ec53d3b1174cfd7a93b246385d08 (diff) |
Merge "Renaming Instack to Undercloud"
Diffstat (limited to 'lib/common-functions.sh')
-rw-r--r-- | lib/common-functions.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common-functions.sh b/lib/common-functions.sh index 0b1eb7d2..af9b7103 100644 --- a/lib/common-functions.sh +++ b/lib/common-functions.sh @@ -212,7 +212,7 @@ function find_usable_ip_range { } ##generates usable IP range in correct format based on CIDR -##assumes the first 20 IPs are used (by instack or otherwise) +##assumes the first 20 IPs are used (by undercloud or otherwise) ##params: cidr function generate_usable_ip_range { local first_ip first_block_ip last_block_ip @@ -231,7 +231,7 @@ function generate_usable_ip_range { fi } -##find the instack IP address +##find the undercloud IP address ##finds first usable IP on subnet ##params: interface function find_provisioner_ip { @@ -246,7 +246,7 @@ function find_provisioner_ip { echo $(increment_ip ${interface_ip} 1) } -##generates instack IP address based on CIDR +##generates undercloud IP address based on CIDR ##params: cidr function generate_provisioner_ip { local provisioner_ip |