network_api_class |
- Modify from the default to
- nova.network.neutronv2.api.API, to
- indicate that OpenStack Networking should be used rather
- than the traditional nova-network networking model.
- |
+
+ Modify from the default to
+ nova.network.neutronv2.api.API, to
+ indicate that Networking should be used rather than the
+ traditional nova-network
+ networking model.
+ |
neutron_url |
@@ -191,45 +171,46 @@ catalog.$Region.network.internalURL = http://10.211.55.17:9696
neutron_admin_tenant_name |
- Update to the name of the service tenant created
- in the above section on OpenStack Identity
- configuration. |
+
+ Update to the name of the service tenant created in
+ the above section on Identity configuration.
+ |
neutron_admin_username |
- Update to the name of the user created in the
- above section on OpenStack Identity configuration.
- |
+
+ Update to the name of the user created in the above
+ section on Identity configuration.
+ |
neutron_admin_password |
- Update to the password of the user created in the
- above section on OpenStack Identity configuration.
- |
+
+ Update to the password of the user created in the
+ above section on Identity configuration.
+ |
neutron_admin_auth_url |
- Update to the OpenStack Identity server IP and
- port. This is the Identity (keystone) admin API server
- IP and port value, and not the Identity service API IP
- and port. |
+
+ Update to the Identity server IP and port. This is
+ the Identity (keystone) admin API server IP and port
+ value, and not the Identity service API IP and
+ port.
+ |