Replace logging with oslo_log.

The oslo.log (logging) configuration library provides standardized
configuration for all openstack projects. It also provides custom
formatters, handlers and support for context specific logging (like
resource id's etc).

Change-Id: Iadecf4c5e6c220ca98f06dcc2f683a536c55822d
This commit is contained in:
zhouyunfeng 2016-12-06 16:43:43 +08:00 committed by yunfeng zhou
parent c67c4432c1
commit 84ec89d679
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Script will be executed on cluster nodes, so oslo_log as requirement
# Should be avoided.
import logging
import signal
import subprocess # nosec