diff --git a/doc/install-guide/ch_installnetworking.xml b/doc/install-guide/ch_installnetworking.xml index 48d84e7912..f2acad435d 100644 --- a/doc/install-guide/ch_installnetworking.xml +++ b/doc/install-guide/ch_installnetworking.xml @@ -581,7 +581,7 @@ password = "PLUMgrid-director-admin-password" The following DHCP agent options are required in the /etc/neutron/dhcp_agent.ini file for the OVS plugin: - [DEFAULT] + [DEFAULT] ovs_use_veth = True enable_isolated_metadata = True use_namespaces = True @@ -592,7 +592,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriverThe following DHCP agent options are required in the /etc/neutron/dhcp_agent.ini file for the NVP plugin: - [DEFAULT] + [DEFAULT] ovs_use_veth = True enable_metadata_network = True enable_isolated_metadata = True @@ -604,7 +604,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriverThe following DHCP agent options are required in the /etc/neutron/dhcp_agent.ini file for the Ryu plugin: - [DEFAULT] + [DEFAULT] ovs_use_veth = True use_namespace = True interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver diff --git a/doc/install-guide/section_dashboard-install.xml b/doc/install-guide/section_dashboard-install.xml index 028f4b4c00..674cfefd9b 100644 --- a/doc/install-guide/section_dashboard-install.xml +++ b/doc/install-guide/section_dashboard-install.xml @@ -58,7 +58,7 @@ /etc/openstack-dashboard/local_settings and look for this line: - CACHES = { + CACHES = { 'default': { 'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION' : '127.0.0.1:11211' @@ -114,7 +114,7 @@ os="opensuse" >/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py and change OPENSTACK_HOST to the hostname of your Identity Service. - OPENSTACK_HOST = "controller" + OPENSTACK_HOST = "controller" diff --git a/doc/install-guide/section_networking-provider-router-with-private_networks.xml b/doc/install-guide/section_networking-provider-router-with-private_networks.xml index 07e1b194e3..1e9b833237 100644 --- a/doc/install-guide/section_networking-provider-router-with-private_networks.xml +++ b/doc/install-guide/section_networking-provider-router-with-private_networks.xml @@ -114,7 +114,7 @@ rabbit_password = guest Edit file /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini and modify: - [database] + [database] sql_connection = mysql://neutron:password@localhost:3306/neutron [ovs] tenant_network_type = vlan @@ -124,7 +124,7 @@ network_vlan_ranges = physnet1:100:2999 Edit file /etc/neutron/api-paste.ini and modify: - admin_tenant_name = service + admin_tenant_name = service admin_user = neutron admin_password = password @@ -168,7 +168,7 @@ rabbit_host = controller /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini : - [database] + [database] sql_connection = mysql://neutron:password@192.168.0.1:3306/neutron [ovs] tenant_network_type=vlan @@ -193,7 +193,7 @@ bridge_mappings = physnet1:br-eth1 Edit the file /etc/neutron/l3_agent.ini and modify: - [DEFAULT] + [DEFAULT] auth_url = http://192.168.0.1:35357/v2.0 admin_tenant_name = service admin_user = neutron @@ -205,7 +205,7 @@ use_namespaces = True Edit the file /etc/neutron/api-paste.ini and modify: - [DEFAULT] + [DEFAULT] auth_host = 192.168.0.1 admin_tenant_name = service admin_user = neutron @@ -215,7 +215,7 @@ admin_password = password Edit the file /etc/neutron/dhcp_agent.ini and modify: - use_namespaces = True + use_namespaces = True Restart networking services: @@ -260,7 +260,7 @@ rabbit_host = controller Update the file /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini: - [database] + [database] sql_connection = mysql://neutron:password@192.168.0.1:3306/neutron [ovs] tenant_network_type = vlan