packstack: After installation novanetwork-fixed-range prefix changes from /22 to /24. Description: ------------ 1) During packstack installation set novanetwork-fixed-range with prefix /22: (for example 192.168.37.0/22) 2) After installation 'check nova-manage network list'. Results: -------- 1) nova.conf will show the correct prefix /22 : /etc/nova/nova.conf # Fixed IP address block (string value) #fixed_range=10.0.0.0/8 fixed_range=192.168.37.0/22 2) but 'nova-manage network list' shows that the actual nova network has been created with prefix /24 - in this case : IPv4 192.168.36.0/24 . [root@puma01 _base(keystone_admin)]$ nova-manage network list id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid 1 192.168.36.0/24 None 192.168.36.2 8.8.4.4 None None None 66ae8035-ff3a-4b4a-b325-70b68176e0e0
Created attachment 713139 [details] packstack.log
Fix submitted upstream https://review.openstack.org/#/c/24893/
Verified NVR: openstack-packstack-2012.2.3-0.7.dev475.el6ost.noarch nova.conf configuration: # grep /22 /etc/nova/nova.conf floating_range=10.3.4.0/22 fixed_range=192.168.32.0/22 # nova-manage network list id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid 1 192.168.32.0/22 None 192.168.32.2 8.8.4.4 None None None 5295f21c-c2f7-411d-95f3-88016190d17b
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0706.html