Deployed Server - portmap should match neutron API
The cidr property for a Neutron subnet should contain the network cidr, not the network prefixlen. This change fixes the example provided in the description for the fake neutron port in deployed-server. Closes-bug: #1772396 Depends-On: I0f8cad690a178e7b70044c38b2277a51ae3734eb Change-Id: I8b00eda3a9c047ce73aad11cac9b13bca653c544
This commit is contained in:
parent
51f9c5c52e
commit
96a5a4936b
@ -12,7 +12,7 @@ description: "
|
|||||||
fixed_ips:
|
fixed_ips:
|
||||||
- ip_address: 127.0.0.1
|
- ip_address: 127.0.0.1
|
||||||
subnets:
|
subnets:
|
||||||
- cidr: 24"
|
- cidr: 127.0.0.0/24"
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
name:
|
name:
|
||||||
|
Loading…
Reference in New Issue
Block a user