From 96a5a4936b9a9e38ed0ef7ffb86124ced731049d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 21 May 2018 14:44:03 +0200 Subject: [PATCH] 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 --- deployed-server/deployed-neutron-port.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployed-server/deployed-neutron-port.yaml b/deployed-server/deployed-neutron-port.yaml index a128e2a0ee..c983d39c05 100644 --- a/deployed-server/deployed-neutron-port.yaml +++ b/deployed-server/deployed-neutron-port.yaml @@ -12,7 +12,7 @@ description: " fixed_ips: - ip_address: 127.0.0.1 subnets: - - cidr: 24" + - cidr: 127.0.0.0/24" parameters: name: