Skip to content

Instantly share code, notes, and snippets.

@mattray
Created April 23, 2014 21:54
Show Gist options
  • Select an option

  • Save mattray/11233768 to your computer and use it in GitHub Desktop.

Select an option

Save mattray/11233768 to your computer and use it in GitHub Desktop.
ubuntu1204.vm.network "forwarded_port", guest: 443, host: 8443 # dashboard-ssl
ubuntu1204.vm.network "forwarded_port", guest: 5000, host: 5000 # keystone
ubuntu1204.vm.network "forwarded_port", guest: 35357, host: 35357 # keystone
ubuntu1204.vm.network "forwarded_port", guest: 8773, host: 8773 # compute-ec2-api
ubuntu1204.vm.network "forwarded_port", guest: 8774, host: 8774 # compute-api
ubuntu1204.vm.network "forwarded_port", guest: 4002, host: 4002 # chef-zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment