Add floating-ip cache expiration time settings
New shade has the ability to batch list floating ips too. Let's use it. Change-Id: I6a8fa4bca015a9f4bc917dbcf5af5c66a362ced6
This commit is contained in:
parent
52c1ae0f7c
commit
ded4457e09
@ -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:
|
||||||
region_name: nyj01
|
region_name: nyj01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user