Remove unused LOG to keep code clean

TrivialFix

Change-Id: I2e1985306da45f8f9021122590ffdc8b5d44f476
This commit is contained in:
zhanghao 2016-07-09 17:30:44 +08:00
parent e660cea228
commit cf4acdf6f7
2 changed files with 0 additions and 7 deletions

View File

@ -14,8 +14,6 @@ import hashlib
import json
import random
from oslo_log import log as logging
from six.moves.urllib import parse
from swiftclient import utils as swiftclient_utils
import yaml
@ -23,8 +21,6 @@ import yaml
from heat_integrationtests.common import test
from heat_integrationtests.functional import functional_base
LOG = logging.getLogger(__name__)
class AwsStackTest(functional_base.FunctionalTestsBase):
test_template = '''

View File

@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from heat_integrationtests.functional import functional_base
LOG = logging.getLogger(__name__)
class LoadBalancerv2Test(functional_base.FunctionalTestsBase):