Revision 62b76f38 docs/admin-guide.rst

b/docs/admin-guide.rst
705 705

  
706 706
  $ snf-manage flavor-create 2,4 4096 40 drbd
707 707

  
708
To see the available flavors, run `snf-manage flavor-list` command. Finally,
709
the administrator can delete a flavor by using `flavor-modify` command:
708
To see the available flavors, run `snf-manage flavor-list` command. The
709
administrator can delete a flavor by using `flavor-modify` command:
710 710

  
711 711
.. code-block:: console
712 712

  
713 713
  $ snf-manage flavor-modify --deleted=True <flavor_id>
714 714

  
715
Finally, the administrator can set if new servers can be created from a flavor
716
or not, by setting the `allow_create` attribute:
717

  
718
.. code-block:: console
719

  
720
  $ snf-manage flavor-modify --allow-create=False <flavor_id>
721

  
722
Flavors that are marked with `allow_create=False` cannot be used by users to
723
create new servers. However, they can still be used to resize existing VMs.
724

  
725

  
715 726
Images
716 727
~~~~~~
717 728

  

Also available in: Unified diff