From 2f94967f188bb20a775c9925d30121086280e996 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 20 Apr 2015 19:21:53 +0200 Subject: [PATCH] [install-guide] install additional glance packages It is necessary to install openstack-glance (includes glance-manage) and python-glance. The manual installation of python-glance is a workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1213545. Partially implements bp installguide-kilo. Change-Id: I90e7eca0b4ae709e0e412e4c8ed866c57e480c0f --- doc/install-guide/section_glance-install.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/section_glance-install.xml b/doc/install-guide/section_glance-install.xml index 02c22e4202..6c58ec5f40 100644 --- a/doc/install-guide/section_glance-install.xml +++ b/doc/install-guide/section_glance-install.xml @@ -132,7 +132,10 @@ Repeat User Password: Install the packages: # apt-get install glance python-glanceclient - # yum install openstack-glance-api openstack-glance-registry python-glanceclient + + # yum install openstack-glance-api openstack-glance-registry \ + openstack-glance python-glance python-glanceclient # zypper install openstack-glance python-glanceclient