Comment 4 for bug 1357350

Revision history for this message
Aleksey Kasatkin (alekseyk-ru) wrote : Re: [library] parameter 'Fixed network CIDR' does not accepted

Problem is in data serialization in nailgun. From yaml:

novanetwork_parameters:
  network_manager: FlatDHCPManager
  network_size: 256

This must be calculated from CIDR in case of FlatDHCP:

https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/orchestrator/deployment_serializers.py#L633