From 9c8537316397d51ac7aa46ee9408232a2b434dd4 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Fri, 21 Oct 2011 19:05:40 -0700 Subject: [PATCH] typo - fixes issue #90 --- openrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openrc b/openrc index b79962a..dd04730 100644 --- a/openrc +++ b/openrc @@ -26,8 +26,8 @@ export NOVA_API_KEY=${ADMIN_PASSWORD:-secrete} # has access to - including nova, glance, keystone, swift, ... We currently # recommend using the 2.0 *auth api*. # -# *NOTE*: Using the 2.0 *auth api* does mean that compute api is 2.0. We will -# use the 1.1 *compute api* +# *NOTE*: Using the 2.0 *auth api* does not mean that compute api is 2.0. We +# will use the 1.1 *compute api* export NOVA_URL=${NOVA_URL:-http://$HOST:5000/v2.0/} # Currently novaclient needs you to specify the *compute api* version. This