Revision 47c27955 docs/compute-api-guide.rst

b/docs/compute-api-guide.rst
453 453
flavorRef   Resources flavor     ✔        ✔
454 454
personality Personality contents ✔        ✔
455 455
metadata    Custom metadata      ✔        ✔
456
project     Project assignment   ✔        **✘**
456 457
=========== ==================== ======== ==========
457 458

  
458 459
* **name** can be any string
......
463 464
* **metadata** are ``key``:``value`` pairs of custom server-specific metadata.
464 465
  There are no semantic limitations.
465 466

  
467
* **project** (optional) is the project where the VM is to be assigned. If not
468
  given, user's base project is assumed (identified with the same uuid as the
469
  user).
470

  
466 471
* **personality** (optional) is a list of personality injections. A personality
467 472
  injection is a way to add a file into a virtual server while creating it.
468 473
  Each change modifies/creates a file on the virtual server. The injected data
......
2937 2942
gateway            IPv4 gateway address    **✘**    null
2938 2943
gateway6           IPv6 gateway address    **✘**    null
2939 2944
public             If a public network     **✘**    False
2945
project            Project assignment      **✘**    base project
2940 2946
================== ======================= ======== =======
2941 2947

  
2942 2948
* **name** is a string
......
2951 2957

  
2952 2958
* **public** should better not be used. If True, a 403 error is returned.
2953 2959

  
2960
* **project** (optional) is the project where the network is to be assigned.
2961
  If not given, user's base project is assumed (identified with the same uuid
2962
  as the user).
2963

  
2954 2964
*Example Create Network Request Body: JSON*
2955 2965

  
2956 2966
.. code-block:: javascript

Also available in: Unified diff