-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecplugin_test.properties
37 lines (28 loc) · 1.18 KB
/
ecplugin_test.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###### EC-OpenStack plugin configuration ######
identity_service_url=<identity_service_url>
keystone_api_version=2.0
compute_service_url=<compute_service_url>
compute_api_version=2
blockstorage_service_url=<blockstorage_service_url>
image_service_url=<image_service_url>
image_service_published_url=<image_service_published_endpoint_url>
orchestration_service_url=<orchestration_service_url>
#E.g., file:///C:/EC/nimbus-main/nimbus/commander/commander-api/target/commander-api-6.1.0-SNAPSHOT.jar,\
# file:///C:/EC/nimbus-main/nimbus/ec/ec-log/target/ec-log-6.1.0-SNAPSHOT.jar
server_jar_urls=<jars_required_for_validation_script>
###### Block storage properties ######
volume_type=<volume_type>
###### Compute service properties ######
availability_zone=<availability_zone>
image_id=<image_id>
flavor_id=<flavor_id>
key_name=<key_name>
## PEM file of key paire defined by <key_name>
pem_file_location=<pem_file_location>
## USERNAME with which PEM file can be used to login.
instance_login_user_name=<instance_login_user_name>
security_groups=<security_groups>
###### Image service properties ######
disk_format=<disk_format>
container_format=<container_format>
local_image_path=<local_image_path>