@@ -256,7 +256,7 @@ ENABLE_TENANT_TUNNELS=${ENABLE_TENANT_TUNNELS:-True}
256
256
257
257
# If using GRE tunnels for tenant networks, specify the range of
258
258
# tunnel IDs from which tenant networks are allocated. Can be
259
- # overriden in ``localrc`` in necesssary .
259
+ # overridden in ``localrc`` in necessary .
260
260
TENANT_TUNNEL_RANGES=${TENANT_TUNNEL_RANGES:- 1: 1000}
261
261
262
262
# To use VLANs for tenant networks, set to True in localrc. VLANs
@@ -536,7 +536,7 @@ function create_neutron_initial_network {
536
536
537
537
if is_provider_network; then
538
538
die_if_not_set $LINENO PHYSICAL_NETWORK " You must specify the PHYSICAL_NETWORK"
539
- die_if_not_set $LINENO PROVIDER_NETWORK_TYPE " You must specifiy the PROVIDER_NETWORK_TYPE"
539
+ die_if_not_set $LINENO PROVIDER_NETWORK_TYPE " You must specify the PROVIDER_NETWORK_TYPE"
540
540
NET_ID=$( neutron net-create $PHYSICAL_NETWORK --tenant_id $TENANT_ID --provider:network_type $PROVIDER_NETWORK_TYPE --provider:physical_network " $PHYSICAL_NETWORK " ${SEGMENTATION_ID: +--provider: segmentation_id $SEGMENTATION_ID } --shared | grep ' id ' | get_field 2)
541
541
die_if_not_set $LINENO NET_ID " Failure creating NET_ID for $PHYSICAL_NETWORK $TENANT_ID "
542
542
@@ -1126,7 +1126,7 @@ function _configure_neutron_service {
1126
1126
iniset $NEUTRON_CONF DEFAULT auth_strategy $Q_AUTH_STRATEGY
1127
1127
_neutron_setup_keystone $NEUTRON_CONF keystone_authtoken
1128
1128
1129
- # Configuration for neutron notifations to nova.
1129
+ # Configuration for neutron notifications to nova.
1130
1130
iniset $NEUTRON_CONF DEFAULT notify_nova_on_port_status_changes $Q_NOTIFY_NOVA_PORT_STATUS_CHANGES
1131
1131
iniset $NEUTRON_CONF DEFAULT notify_nova_on_port_data_changes $Q_NOTIFY_NOVA_PORT_DATA_CHANGES
1132
1132
0 commit comments