Merge "Remove log level adjustment in heat test data"

This commit is contained in:
Jenkins 2017-01-25 18:16:57 +00:00 committed by Gerrit Code Review
commit 6618821c0d

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from heatclient.v1 import resource_types
from heatclient.v1 import resources
from heatclient.v1 import services
@ -20,10 +18,6 @@ from heatclient.v1 import template_versions
from openstack_dashboard.test.test_data import utils
# suppress warnings about our use of object comparisons in heatclient
# TODO(robcresswell) Remove once heat bug 1653975 is fixed
logging.getLogger('heatclient.common.base').setLevel('ERROR')
# A slightly hacked up copy of a sample cloudformation template for testing.
TEMPLATE = """
{