We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ecd5b commit f75d848Copy full SHA for f75d848
1 file changed
openrc
@@ -4,7 +4,7 @@
4
source ./stackrc
5
6
# Set api host endpoint
7
-HOST=${HOST:-localhost}
+HOST_IP=${HOST_IP:-127.0.0.1}
8
9
# Nova original used project_id as the *account* that owned resources (servers,
10
# ip address, ...) With the addition of Keystone we have standardized on the
@@ -28,7 +28,7 @@ export NOVA_API_KEY=${ADMIN_PASSWORD:-secrete}
28
#
29
# *NOTE*: Using the 2.0 *auth api* does not mean that compute api is 2.0. We
30
# will use the 1.1 *compute api*
31
-export NOVA_URL=${NOVA_URL:-http://$HOST:5000/v2.0/}
+export NOVA_URL=${NOVA_URL:-http://$HOST_IP:5000/v2.0/}
32
33
# Currently novaclient needs you to specify the *compute api* version. This
34
# needs to match the config of your catalog returned by Keystone.
0 commit comments