summaryrefslogtreecommitdiff
path: root/nova/config.py
diff options
context:
space:
mode:
authorHieu LE <hieulq@vn.fujitsu.com>2016-05-12 12:29:20 +0700
committerHieu LE <hieulq@vn.fujitsu.com>2016-05-13 12:27:52 +0700
commit466bce576a69d170f1ef08264da7e72ac4a150fb (patch)
tree424f7ce92546cfa820b93671ace9423768218027 /nova/config.py
parent505bc44615d922c0e9054c3ca48721b26b924caa (diff)
downloadnova-466bce576a69d170f1ef08264da7e72ac4a150fb.tar.gz
Config options: centralize cache options
The config options of the "nova.conf" section "cache" got moved to the new central location "nova/conf/cache.py". Change-Id: I1b7aebb9f7d44ff8312b98c88093bf01f44dfa58 Implements: blueprint centralize-config-options-newton
Diffstat (limited to 'nova/config.py')
-rw-r--r--nova/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/config.py b/nova/config.py
index ff25628c6e..ed637a453e 100644
--- a/nova/config.py
+++ b/nova/config.py
@@ -15,7 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from oslo_cache import core as cache
from oslo_db import options
from oslo_log import log
@@ -44,7 +43,6 @@ def parse_args(argv, default_config_files=None, configure_db=True,
options.set_defaults(CONF, connection=_DEFAULT_SQL_CONNECTION,
sqlite_db='nova.sqlite')
rpc.set_defaults(control_exchange='nova')
- cache.configure(CONF)
config.set_middleware_defaults()
CONF(argv[1:],