Closed fmancinelli closed 13 years ago
Brilliant, thanks!
Kev
On 29 September 2011 18:17, Fabio Mancinelli reply@reply.github.com wrote:
--fixed_range_v4=${VMNET}/${NETWORK_SIZE} caused a "AddrFormatError: failed to detect IP version: '10.0.0.0/8/64'" exception because the network size was appended to the actual IP.
Separating the parameters should solve the issue.
Tested on 2011.3 (2011.3-nova-milestone-tarball:tarmac-20110922115702-k9nkvxqzhj130av2)
You can merge this Pull Request by running:
git pull https://github.com/fmancinelli/OpenStackInstaller patch-1
Or you can view, comment on it, or merge it online at:
https://github.com/uksysadmin/OpenStackInstaller/pull/2
-- Commit Summary --
- Fixed a parameter format error
-- File Changes --
M OSinstall.sh (2)
-- Patch Links --
https://github.com/uksysadmin/OpenStackInstaller/pull/2.patch https://github.com/uksysadmin/OpenStackInstaller/pull/2.diff
Reply to this email directly or view it on GitHub: https://github.com/uksysadmin/OpenStackInstaller/pull/2
--fixed_range_v4=${VMNET}/${NETWORK_SIZE} caused a "AddrFormatError: failed to detect IP version: '10.0.0.0/8/64'" exception because the network size was appended to the actual IP.
Separating the parameters should solve the issue.
Tested on 2011.3 (2011.3-nova-milestone-tarball:tarmac-20110922115702-k9nkvxqzhj130av2)