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 c8ac8d1 commit 05002df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://localhost:8080",
openstack_horizon_url: "http://10.1.0.2/horizon",
openstack_compute_node_ip:
"{{ ansible_all_ipv4_addresses|ipaddr('10.1.0.0/16')|first }}",
openstack_network_local_ip:
Expand Down
2 changes: 1 addition & 1 deletion inventories/g5k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cat <<EOF
"hosts" : [ "${nodes[0]}" ],
"vars" : {
"ansible_ssh_user" : "root",
"openstack_horizon_url" : "http://${nodes[0]}"
"openstack_horizon_url" : "http://${nodes[0]}/horizon"
}
},
"network" : {
Expand Down

0 comments on commit 05002df

Please sign in to comment.