Removed glance-commit

This commit is contained in:
Andrey Brindeyev 2011-03-21 15:22:26 +03:00
parent c898d9c099
commit b892a42631
2 changed files with 2 additions and 3 deletions

4
README
View File

@ -29,10 +29,10 @@ documentation for more details).
Now that Glance is installed, you can start the service. The easiest way to
do that is by using the `glance-combined` utility which runs both the
do that is by using the `glance-control` utility which runs both the
`glance-api` and `glance-registry` services::
glance-combined
glance-control all start
Once both services are running, you can now use the `glance-upload` tool to

View File

@ -87,7 +87,6 @@ setup(
],
scripts=['bin/glance',
'bin/glance-api',
'bin/glance-combined',
'bin/glance-control',
'bin/glance-manage',
'bin/glance-registry',