Skip to content

Commit

Permalink
open up keystone port to dom0
Browse files Browse the repository at this point in the history
  • Loading branch information
randysecrist committed Jun 4, 2014
1 parent 1b0b162 commit ca1f15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |cluster|
# Network
config.vm.hostname = "keystone"
config.vm.network :private_network, ip: "10.0.0.3"
config.vm.network "forwarded_port", guest: 35357, host: 35357

# SSH agent forwarding
config.ssh.forward_agent = true
Expand Down

0 comments on commit ca1f15d

Please sign in to comment.