Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | {%- from "opencontrail/map.jinja" import common with context %} |
2 | export OS_USERNAME=admin | ||||
3 | export SERVICE_TOKEN={{ common.identity.token }} | ||||
4 | export OS_SERVICE_ENDPOINT=http://{{ common.identity.host }}:{{ common.identity.port }}/v2.0 |