Comment 1 for bug 1519748

Revision history for this message
HouMing Wang (houming-wang) wrote :

After this change,
https://bugs.launchpad.net/magnum/+bug/1450140
https://review.openstack.org/#/c/178776/

The 'fixed_network' actually means 'fixed_network_cidr', or more precisely 'fixed_subnet'. There're 2 possible ways to fix this:

1. Rename the 'fixed_network' to 'fixed_subnet', in Baymodel DB, Baymodel Object and MagnumClient.

2. Leave 'fixed_network' alone, add a new field 'fixed_subnet' to Baymodel, and use the 'fixed_subnet' to take the place of current 'fixed_network'.