Revision 18e300b2

b/docs/quick-install-admin-guide.rst
751 751

  
752 752
.. code-block:: console
753 753

  
754
   root@node1:~ # snf-manage user-modify --set-active 1
754
   root@node1:~ # snf-manage user-update --set-active 1
755 755

  
756 756
This modifies the active value to ``1``, and actually activates the user.
757 757
When running in production, the activation is done automatically with different
......
1828 1828
                               --gateway=5.6.7.1 \
1829 1829
                               --subnet6=2001:648:2FFC:1322::/64 \
1830 1830
                               --gateway6=2001:648:2FFC:1322::1 \
1831
                               --public --dhcp --type=CUSTOM_BRIDGED \
1831
                               --public --dhcp --flavor=CUSTOM \
1832 1832
                               --name=public_network \
1833 1833
                               --backend-id=1
1834 1834

  
......
1883 1883

  
1884 1884
.. code-block:: console
1885 1885

  
1886
   PRIVATE_MAC_FILTERED_BRIDGE = 'prv0'
1886
   DEFAULT_MAC_FILTERED_BRIDGE = 'prv0'
1887 1887

  
1888 1888
Servers restart
1889 1889
---------------

Also available in: Unified diff