Cannot create Subnet pool with just Name option
Bug #1564271 reported by
Reedip
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Please see http://
--pool-prefix is an optional parameter, but Neutron needs some information for it.
But as it is a Repeatable parameter, making it a positional parameter doesnt serve the purpose.
So in order to prevent this error, the proposal is to send prefixes to the neutron server in the form of an empty list [] during subnet pool create.
Similar bug is reported in https:/
| Changed in python-openstackclient: | |
| assignee: | nobody → Reedip (reedip-banerjee) |
| description: | updated |
| description: | updated |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/299805
Review: https:/