Skip to content

Commit

Permalink
fix horizon url
Browse files Browse the repository at this point in the history
  • Loading branch information
marklee77 committed Nov 10, 2015
1 parent 05002df commit 29b826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
openstack_controller_ip: "10.1.0.2",
openstack_network_external_device: "eth1",
openstack_network_external_gateway: "10.1.0.2",
openstack_horizon_url: "http://10.1.0.2/horizon",
openstack_horizon_url: "http://localhost:8080/horizon",
openstack_compute_node_ip:
"{{ ansible_all_ipv4_addresses|ipaddr('10.1.0.0/16')|first }}",
openstack_network_local_ip:
Expand Down

0 comments on commit 29b826f

Please sign in to comment.