From d9ead9053e60aaf2fb95a197fd1435dd06d18295 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 19 Feb 2014 16:26:23 +0100 Subject: added DC-Bitmask-unstable, changed hardcoded username in openrc/\* to $USER --- openrc/DC-Bitmask-clientdev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openrc/DC-Bitmask-clientdev') diff --git a/openrc/DC-Bitmask-clientdev b/openrc/DC-Bitmask-clientdev index d2e57df..dbd9378 100644 --- a/openrc/DC-Bitmask-clientdev +++ b/openrc/DC-Bitmask-clientdev @@ -11,12 +11,12 @@ export OS_AUTH_URL=http://192.168.3.3:5000/v2.0 # With the addition of Keystone we have standardized on the term **tenant** # as the entity that owns the resources. -export OS_TENANT_ID=6bc8cfffad96400094bfc84f488beea9 +export OS_TENANT_ID=746052a7c9814aa29c70289fd7434e3d export OS_TENANT_NAME="Bitmask clientdev" # In addition to the owning entity (tenant), openstack stores the entity # performing the action as the **user**. -export OS_USERNAME=kwadronaut +export OS_USERNAME=$USER # With Keystone you pass the keystone password. echo "Please enter your OpenStack Password: " -- cgit v1.2.3