From b892a42631c474856a30dfd97823996d8ee24568 Mon Sep 17 00:00:00 2001 From: Andrey Brindeyev Date: Mon, 21 Mar 2011 15:22:26 +0300 Subject: [PATCH] Removed glance-commit --- README | 4 ++-- setup.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index cbae119301..84eaafbc6c 100644 --- a/README +++ b/README @@ -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 diff --git a/setup.py b/setup.py index 0d709755f4..d314f7dde4 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,6 @@ setup( ], scripts=['bin/glance', 'bin/glance-api', - 'bin/glance-combined', 'bin/glance-control', 'bin/glance-manage', 'bin/glance-registry',