Merge "Add floating-ip cache expiration time settings"
This commit is contained in:
commit
d67fff9028
@ -2,6 +2,7 @@ cache:
|
|||||||
expiration:
|
expiration:
|
||||||
server: 5
|
server: 5
|
||||||
port: 5
|
port: 5
|
||||||
|
floating-ip: 5
|
||||||
clouds:
|
clouds:
|
||||||
rax:
|
rax:
|
||||||
profile: rackspace
|
profile: rackspace
|
||||||
|
@ -5,6 +5,10 @@ ansible:
|
|||||||
cache:
|
cache:
|
||||||
expiration_time: 86400
|
expiration_time: 86400
|
||||||
path: /var/cache/ansible-inventory
|
path: /var/cache/ansible-inventory
|
||||||
|
expiration:
|
||||||
|
server: 5
|
||||||
|
port: 5
|
||||||
|
floating-ip: 5
|
||||||
clouds:
|
clouds:
|
||||||
openstackci-internap:
|
openstackci-internap:
|
||||||
profile: internap
|
profile: internap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user