← Back to team overview

registry team mailing list archive

[Bug 615857] [NEW] "nova-manage project create" isn't working

 

Public bug reported:

The new command "nova-manage project create_zip" corrupts "nova-manage
project create" command.

For example,

ozawa@localhost:~/workspace/trunk$ tools/with_venv.sh bin/nova-manage
project create proj1 ozawa

should work, but it dump error as follows:

create matched multiple options:
        create
        create_zip

This is because use the function "lazy_match" uses "find()" function, so
this must be changed to use "==" operator or something.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
"nova-manage project create" isn't working
https://bugs.launchpad.net/bugs/615857
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References