Fixed spelling error in Ceilometer

Change-Id: I814c25037fca6a71580bfa437cb918bb016f1c82
This commit is contained in:
Damian Van Vuuren
2014-02-20 14:42:49 -08:00
parent 168e0e3859
commit 6e4af6dda1

View File

@@ -580,7 +580,7 @@ class TestAlarms(FunctionalTest,
self.post_json('/alarms', params=json, status=201)
alarms = list(self.conn.get_alarms(enabled=False))
self.assertEqual(1, len(alarms))
# to check to BoundedInt type convertion
# to check to BoundedInt type conversion
json['threshold_rule']['evaluation_periods'] = 3
json['threshold_rule']['period'] = 180
if alarms[0].name == 'added_alarm':