Remove duplicate store config
This commit is contained in:
@@ -3,16 +3,6 @@ verbose = {{ verbose }}
|
|||||||
use_syslog = {{ use_syslog }}
|
use_syslog = {{ use_syslog }}
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
workers = {{ workers }}
|
workers = {{ workers }}
|
||||||
|
|
||||||
known_stores = {{ known_stores }}
|
|
||||||
{% if rbd_pool -%}
|
|
||||||
default_store = rbd
|
|
||||||
{% elif swift_store -%}
|
|
||||||
default_store = swift
|
|
||||||
{% else -%}
|
|
||||||
default_store = file
|
|
||||||
{% endif -%}
|
|
||||||
|
|
||||||
bind_host = {{ bind_host }}
|
bind_host = {{ bind_host }}
|
||||||
|
|
||||||
{% if ext -%}
|
{% if ext -%}
|
||||||
|
Reference in New Issue
Block a user