update passwords from test script

to match example site manifest
This commit is contained in:
Dan Bode 2012-10-31 16:03:43 -07:00
parent a9f0d034c6
commit 4fc1af75bd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ keystone_public = '127.0.0.1'
image_dir='/tmp/images'
ENV['OS_USERNAME']='admin'
ENV['OS_TENANT_NAME']='openstack'
ENV['OS_TENANT_NAME']='admin'
ENV['OS_PASSWORD']='ChangeMe'
ENV['OS_AUTH_URL']='http://127.0.0.1:5000/v2.0/'
ENV['OS_REGION_NAME']='RegionOne'