Update authtoken config for quantum docs

fixes bug 1153475

As noted in the bug report, these parameters have moved from
api-paste.ini to quantum.conf

Change-Id: I95b2f03459c39eeba121adffdde7476740638d8f
This commit is contained in:
Tom Fifield
2013-03-11 21:18:01 +11:00
parent dc9f626eed
commit 2ee202d71f
2 changed files with 19 additions and 26 deletions

View File

@@ -134,12 +134,20 @@
<listitem>
<para>Update the OpenStack Networking configuration
file, <emphasis role="bold"
>/etc/quantum/quantum.conf</emphasis>:</para>
>/etc/quantum/quantum.conf</emphasis>
setting plugin choice and Identity Service user
as necessary:</para>
<screen><computeroutput>[DEFAULT]
core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
control_exchange = quantum
rabbit_host = controlnode
notification_driver = quantum.openstack.common.notifier.rabbit_notifier</computeroutput></screen>
notification_driver = quantum.openstack.common.notifier.rabbit_notifier
[keystone_authtoken]
admin_tenant_name=servicetenant
admin_user=quantum
admin_password=servicepassword
</computeroutput></screen>
</listitem>
<listitem>
<para>Update the plugin configuration
@@ -151,17 +159,6 @@ sql_connection = mysql://root:root@controlnode:3306/ovs_quantum?charset=utf8
network_vlan_ranges = physnet1
bridge_mappings = physnet1:br-eth0
</computeroutput></screen>
</listitem>
<listitem>
<para>Update the api-paste
configuration file to include the
OpenStack Identity user, <emphasis
role="bold"
>/etc/quantum/api-paste.ini</emphasis>:</para>
<screen><computeroutput>[filter:authtoken]
admin_tenant_name=servicetenant
admin_user=quantum
admin_password=servicepassword</computeroutput></screen>
</listitem>
<listitem>
<para>Start the OpenStack Networking service</para>

View File

@@ -145,12 +145,19 @@
<listitem>
<para>Update the OpenStack Networking configuration
file, <emphasis role="bold"
>/etc/quantum/quantum.conf</emphasis></para>
>/etc/quantum/quantum.conf</emphasis>, with plugin
choice and Identity Service user as necessary:</para>
<screen><computeroutput>[DEFAULT]
core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
control_exchange = quantum
rabbit_host = controlnode
notification_driver = quantum.openstack.common.notifier.rabbit_notifier</computeroutput></screen>
notification_driver = quantum.openstack.common.notifier.rabbit_notifier
[keystone_authtoken]
admin_tenant_name=servicetenant
admin_user=quantum
admin_password=servicepassword
</computeroutput></screen>
</listitem>
<listitem>
<para>Update the plugin configuration
@@ -163,17 +170,6 @@ tenant_network_type = gre
tunnel_id_ranges = 1:1000
enable_tunneling = True
</computeroutput></screen>
</listitem>
<listitem>
<para>Update the api-paste
configuration file to include the
keystone user, <emphasis
role="bold"
>/etc/quantum/api-paste.ini</emphasis></para>
<screen><computeroutput>[filter:authtoken]
admin_tenant_name=servicetenant
admin_user=quantum
admin_password=servicepassword</computeroutput></screen>
</listitem>
<listitem>
<para>Start the OpenStack Networking server</para>