openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08721
nova-manage network creation question
Hello,
I followed the quantum-admin-guide document to create the network by using:
"nova-manage network create --label=tenant-private --fixed_range_v4=192.168.1.0/24 --project_id=xxxx --priority=1 --gateway=192.168.1.254"
I got error caused by:
https://github.com/openstack/nova/blob/master/nova/network/quantum/manager.py#L194
Could some one confirm that if Quantum network ONLY supports gateway address: x.x.x.1 format?
Thanks,
Yapeng
Follow ups