Fi network_create in documentation
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 24 Jan 2014 15:09:32 +0000 (17:09 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 24 Jan 2014 15:09:52 +0000 (17:09 +0200)
docs/developers/clients-api.rst

index fa61b33..9f8a6ea 100644 (file)
@@ -325,7 +325,7 @@ Two servers and a private network
     NETWORK_URL = network_endpoints['publicURL']
 
     network = CycladesNetworkClient(NETWORK_URL, TOKEN)
-    net = network.create_network('My private network')
+    net = network.create_network(type='MAC_FILTERED', name='My private network')
 
     cyclades_endpoints = user.get_service_endpoints('compute')
     CYCLADES_URL = cyclades_endpoints['publicURL']