Revision 764d99c4 docs/admin-guide.rst

b/docs/admin-guide.rst
160 160
you can set it for each resource like this::
161 161

  
162 162
    # use this to display quotas / uuid
163
    # snf-manage user-show 'uuid or email'
163
    # snf-manage user-show 'uuid or email' --quotas
164 164

  
165
    # snf-manage user-set-initial-quota --set-capacity 'user-uuid' 'cyclades.vm' 10
166

  
167
    # this applies the configuration
168
    # snf-manage astakos-quota --sync --user 'user-uuid'
165
    # snf-manage user-modify 'user-uuid' --set-quota 'cyclades.vm' 10
169 166

  
170 167

  
171 168
Enable the Projects feature
......
185 182

  
186 183
You can also set a user-specific limit with::
187 184

  
188
    # snf-manage user-set-initial-quota --set-capacity 'user-uuid' 'astakos.pending_app' 5
185
    # snf-manage user-modify 'user-uuid' --set-quota 'astakos.pending_app' 5
189 186

  
190 187
When users apply for projects they are not automatically granted
191 188
the resources. They must first be approved by the administrator.

Also available in: Unified diff