-
Notifications
You must be signed in to change notification settings - Fork 1
/
Notes
34 lines (25 loc) · 759 Bytes
/
Notes
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
ICCLab-RCB config setup:
#Identity Endpoint
AUTH_URI = "http://160.85.4.10:5000"
#Database config
USER ="icclab"
PASSWORD= "icclab"
HOST= "localhost"
PORT_DB= 3306
#Socket parameters
SOCKET_ADDR="160.85.4.236"
PORT_SOCKET = 9005
#Show keystone details in admin debug mode
DEBUG=True
ICCLab-RCB-Tmanager config setup:
#Identity Endpoint
AUTH_URI = "http://160.85.4.10:5000"
#Database config
USER ="icclab"
PASSWORD= "icclab"
HOST= "160.85.4.235"
PORT_DB= 3306
#Socket parameters
PORT_SOCKET = 9005
*The periodic counter stops running after sometime. It gets a bad response from the ceilometer api call when it tries to poll the statistics.
* The setup script for the django project, takes 3 arguments, database name, username and password for mysql