Docs build fixed

savanna.cmd renamed to savanna.cli

Fixes: bug #1206670

Change-Id: I88db6449f941c4416c6a06965b78ba4e9d47c143
This commit is contained in:
Sergey Lukjanov 2013-08-05 14:36:51 +04:00
parent 57d15abd33
commit 264248c412
4 changed files with 4 additions and 3 deletions

View File

@ -8,5 +8,6 @@ cloud-init package installed.
Savanna requires image to be registered in Savanna Image Registry order to work with it.
A registered image must have two properties:
* username - a name of the default cloud-init user
* tags - certain tags mark image to be suitable for certain plugins. See plugins documentation for details.
* username - a name of the default cloud-init user
* tags - certain tags mark image to be suitable for certain plugins. See plugins documentation for details.

View File

@ -54,7 +54,7 @@ setuptools.setup(
test_suite='nose.collector',
entry_points={
'console_scripts': [
'savanna-api = savanna.cmd.savanna_api:main',
'savanna-api = savanna.cli.savanna_api:main',
'savanna-db-manage = savanna.db.migration.cli:main',
]
},