From 469723e40e8e8bd2aadb3d13f6cdb3b758f8afcc Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Fri, 19 Sep 2014 14:03:44 -0500 Subject: [PATCH] Adds step for opensuse/sles to set the my_ip value in cinder.conf Change-Id: I923cf55c3482324e36ab12b92fca9f015304ff68 Closes-bug: 1371608 --- doc/install-guide/section_cinder-node.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install-guide/section_cinder-node.xml b/doc/install-guide/section_cinder-node.xml index 5abe0c43c0..4cb8c24278 100644 --- a/doc/install-guide/section_cinder-node.xml +++ b/doc/install-guide/section_cinder-node.xml @@ -178,6 +178,12 @@ rabbit_password = RABBIT_PASS # openstack-config --set /etc/cinder/cinder.conf \ DEFAULT rabbit_password RABBIT_PASS + + Configure the Block Storage node target IP address in the + /etc/cinder/cinder.conf file: + # openstack-config --set /etc/cinder/cinder.conf \ + DEFAULT my_ip 10.0.0.41 + Configure Block Storage to use your MySQL database. Edit the /etc/cinder/cinder.conf file and add