Skip to content

Commit

Permalink
add create pub-net command into 2016-1-26-neutron
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenshi Zhou committed Jan 28, 2016
1 parent 7ea6e3d commit 2a338ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _posts/2016-1-26-openstack-neutron-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ title: Openstack(Juno) Neutron config params
tenant_network_type = vlan
bridge_mappings = physnet1:br0

## Create public network

`neutron net-create external-net --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 60 --router:external`

## Architecture

![server with switches](../images/server-with-switch.jpg "server connect with switch")
Expand Down

0 comments on commit 2a338ea

Please sign in to comment.