summaryrefslogtreecommitdiffstats
path: root/tests/data/openrc_conf/admin-openrc.sh
blob: 2440fda8a412f4e8c2832d838ca3d4ba8c2d8e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##############################################################################
# Copyright (c) 2018 ZTE Corporation and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
export OS_PROJECT_DOMAIN_NAME=Default
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_NAME=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=keystone
export OS_AUTH_URL=http://10.20.11.11:35357/v3
export OS_INTERFACE=internal
export OS_IDENTITY_API_VERSION=3