Default config.py to point to localhost keystone.

Change-Id: If6ea187786c4c7b6c3f469beb463091e24706337
This commit is contained in:
Travis Tripp 2014-04-25 17:49:03 +00:00
parent 8c0f63f72b
commit e19a6371ee
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ wsme = {
keystone_group = cfg.OptGroup('keystone')
keystone_opts = [
cfg.StrOpt('auth_url',
default='http://192.168.40.10:5000/v2.0',
default='http://127.0.0.1:5000/v2.0',
help='keystone authorization url'),
cfg.StrOpt('username',
default='admin',