]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use get_my_ipv4 from oslo.utils
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Tue, 23 Dec 2014 08:17:49 +0000 (16:17 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Wed, 28 Jan 2015 03:17:24 +0000 (11:17 +0800)
commit92a67f4207ffecf11df5b58e689b11277f3d65cb
treecdc8df0063bcc0236f58fe2d4d47fcd29d1ca069
parenta36100bd34a22ddc3b620947809a41d328b1e949
Use get_my_ipv4 from oslo.utils

Remove _get_my_ip from Cinder and replace it's usages
by usages of get_my_ipv4 from netutils, because this methods
implements the same functionality.

Change-Id: I293128364dcd1a83e990d9c75555b04c1e4226fb
cinder/common/config.py