Remove log level adjustment in heat test data
This was a temporary workaround for an issue in heatclient which has now been fixed. The workaround can now be removed. Change-Id: I325c6e1e192cf7323a2f0ded8e62e1e050e829b2 Closes-Bug: 1653975
This commit is contained in:
parent
f9c6b43db2
commit
b98a3a7f0c
@ -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 = """
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user