From 589a65c3fee2d61a13eaa53785afd3525d9ae80d Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 27 Apr 2017 10:26:07 -0500 Subject: Fix Nova-net netowrk commands In cleaning up functional tests for nova-net, I discovered some problems in network create: * --subnet option is required in network create command * Switch API to use /os-networks rather than /os-tenant-networks as this is what we were actually using via novaclient * Fix functional tests for nova-net * Normalize some private function names in network/v2/network.py Change-Id: I426b864406756d58d140575a3a45ee9aee67ce84 --- doc/source/command-objects/network.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 9162dbff..636409b9 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -71,6 +71,8 @@ Create new network Set network description + *Network version 2 only* + .. option:: --availability-zone-hint Availability Zone in which to create this network -- cgit v1.2.1