Hide Forgot
openstack-foreman-installer: The values 'PUBLIC/PRIVATE_NETMASK' in foreman_server.sh are actually being used for 'floating/fixed_network_range'. Environment: ------------- RHOS3.0.z-2 (puddle 2013-08-27.1) ruby193-openstack-foreman-installer-0.0.18-3.el6ost.x86_64 Description : -------------- the values : 'PUBLIC_NETMASK' and 'PRIVATE_NETMASK' are being used as 'floating_network_range' and 'fixed_network_range' (parameters of 'compute' hostGroup) - the parameters in the script should be renamed according their propose. In this case: -------------- PUBLIC_NETMASK / PRIVATE_NETMASK in foreman_server.sh - should be called fixed_network_range and floating_network_range.
This is as it was from rhos3, no change in name. Really, I don't think it is worth changing, as we already have documentation explaining what it is for, and in the future, this environment variable will be going away altogether anyway