Merge "Some fixes to XtremIO cinder drive config example"

This commit is contained in:
Jenkins 2015-01-01 10:27:45 +00:00 committed by Gerrit Code Review
commit 553034f95d

View File

@ -168,11 +168,11 @@
<section xml:id="emc-xtremio-configuration-example">
<title>Configuration example</title>
<subtitle>cinder.conf example file</subtitle>
<para>You can update the<filename>cinder.conf</filename>file by editing the necessary parameters as follows:</para>
<para>You can update the <filename>cinder.conf</filename> file by editing the necessary parameters as follows:</para>
<programlisting language="ini"><literal>[Default]</literal>
enabled_backends = XtremIO
[XtremIO]
volume_driver = cinder.volume.drivers.emc.xtremio XtremIOFibreChannelDriver
volume_driver = cinder.volume.drivers.emc.xtremio.XtremIOFibreChannelDriver
san_ip = <replaceable>10.10.10.20</replaceable>
san_login = <replaceable>admin</replaceable>
san_password = <replaceable>223344</replaceable>