Contrail-api should have keystone signing_dir setting
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Fix Committed
|
High
|
Nagendra Prasath | |||
R4.0 |
Fix Committed
|
High
|
Nagendra Prasath | |||
R4.1 |
Fix Committed
|
High
|
Nagendra Prasath | |||
Trunk |
Fix Committed
|
High
|
Nagendra Prasath |
Bug Description
during contrail-api<--> Keystone interactions,
contrail-api is continuously creating folders names prefix /tmp/keystone-
Over a period of time, the root partition is getting filled.
While this could be an issue in keystone middleware, keystone also provisions clients to
pass a fixed folder name as a parameter to Authtoken object.
/usr/lib/
...
# signing
if self.signing_
The 'signing_dir' can be a parameter in
/etc/contrail/
[KEYSTONE]
...
signing_
So that the initialization of contrail-api can read it from there. Or, it can be hardcoded as well.
/usr/lib/
# keystone options
ksopts = {
'insecure': True,
'cafile': ''
}
tags: | added: config |
information type: | Public → Private |
tags: | added: att-aic-contrail |
tags: | added: jtac |
information type: | Private → Public |
Please post build Info as well. Thanks!