set a default admin token

This commit is contained in:
Lars Kellogg-Stedman 2014-09-18 13:03:31 -04:00
parent 21931d36f8
commit f4e25f793c

View File

@ -11,10 +11,12 @@
{"containerPort": 5000}, {"containerPort": 5000},
{"containerPort": 35357}, {"containerPort": 35357},
], ],
"env": [{ "env": [
'name': 'DB_ROOT_PASSWORD', {'name': 'DB_ROOT_PASSWORD',
'value': 'password' 'value': 'password'},
}] {'name': 'KEYSTONE_ADMIN_TOKEN',
'value': 'ADMINTOKEN'},
]
}] }]
} }
}, },