Skip to content

Instantly share code, notes, and snippets.

@trumant
Created July 26, 2016 20:09
Show Gist options
  • Save trumant/5752ecfd88252047d0c2e965bf330a48 to your computer and use it in GitHub Desktop.
Save trumant/5752ecfd88252047d0c2e965bf330a48 to your computer and use it in GitHub Desktop.
OpenStack-Ansible OVS project network setup example
ssh man1.oslab
lxc-attach -n `lxc-ls | grep utility`
source demo-openrc
# Create the project network
neutron net-create project
# Create the subnet for the provider net
neutron subnet-create project 192.168.3.0/24 \
--name project-subnet \
--gateway 192.168.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment