diff options
author | Ghe Rivero <ghe.rivero@hp.com> | 2015-02-19 11:50:25 -0800 |
---|---|---|
committer | Ghe Rivero <ghe.rivero@hp.com> | 2015-05-05 08:43:28 +0200 |
commit | aafeed2f85be5424aef478a4c0cc12c2ca5a2d32 (patch) | |
tree | 6c81188c104590b6939270dbc1a0429d5e4e731b /tools | |
parent | f1635d0cd8346b24eeab383551a2db97c4f4f9de (diff) | |
download | ironic-aafeed2f85be5424aef478a4c0cc12c2ca5a2d32.tar.gz |
Use oslo_log lib
Module 'log' from oslo-incubator was removed after release of oslo_log library.
Change-Id: I4261083dae076cea66c42ad16eb82a5faaeb1a65
Diffstat (limited to 'tools')
-rw-r--r-- | tools/config/oslo.config.generator.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc index 84c865ab5..66065bc87 100644 --- a/tools/config/oslo.config.generator.rc +++ b/tools/config/oslo.config.generator.rc @@ -1,2 +1,2 @@ -export IRONIC_CONFIG_GENERATOR_EXTRA_LIBRARIES='oslo.db oslo.messaging keystonemiddleware.auth_token oslo.concurrency oslo.policy' +export IRONIC_CONFIG_GENERATOR_EXTRA_LIBRARIES='oslo.db oslo.messaging keystonemiddleware.auth_token oslo.concurrency oslo.policy oslo.log' export IRONIC_CONFIG_GENERATOR_EXTRA_MODULES= |