From db6db31b60945aed7d73d5baf071b894c5abf6bf Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 7 Apr 2015 15:28:18 +0200 Subject: [PATCH] Add missing project name in curl documentation --- docs/general.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/general.rst b/docs/general.rst index 1ba8ffdd..3ab90bde 100644 --- a/docs/general.rst +++ b/docs/general.rst @@ -42,7 +42,8 @@ The next step is to create a project. # curl -X POST "http://localhost:8000/v1/projects" -d "{}" { "project_id": "42f9feee-3217-4104-981e-85d5f0a806ec", - "temporary": false + "temporary": false, + "name": "Test" } With this project id we can now create two VPCS VM.