nova-manage user option missing?

Asked by Chetan Kumar

As per the document
http://docs.openstack.org/developer/nova/runnova/nova.manage.html#nova-user
one should be able to do
"nova-manage user Something"

Here is the list of options from nova-manage
-------------
user1@ubuntu:~$ nova-manage

OpenStack Nova version: 2012.2-dev (2012.2-LOCALBRANCH:LOCALREVISION)

/usr/local/bin/nova-manage category action [<args>]
Available categories:
        account
        agent
        config
        db
        fixed
        flavor
        floating
        host
        instance_type
        logs
        network
        project
        service
        shell
        sm
        version
        vm
        volume
        vpn
user1@ubuntu:~$
-------------

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
techmate
Solved:
Last query:
Last reply:
Revision history for this message
Best techmate (techmate250) said :
#1

Actually the problem is that the version you have installed is 2012.2(the folsom series f2) version and the document you are referring is of 2012.1(essex) version.
In the 2012.2 version, the auth-related commands are all removed like user and role.

Revision history for this message
Chetan Kumar (chetan-kumar) said :
#2

Thanks techmate, that solved my question.