Merge "remove unnecessary code"

This commit is contained in:
Jenkins 2015-12-21 16:46:28 +00:00 committed by Gerrit Code Review
commit 95be92eae7
2 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@
import os
from keystoneauth1 import exceptions as ka_exception
from keystoneauth1 import identity as ka_identity
from keystoneauth1 import loading as ka_loading

View File

@ -11,7 +11,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from keystoneclient import exceptions
import mock
from oslotest import mockpatch
@ -43,7 +42,6 @@ class TestAPIUpgradePath(v2.FunctionalTest):
return 'http://gnocchi/'
elif service_type == 'alarming':
return 'http://alarm-endpoint:8008/'
raise exceptions.EndpointNotFound()
def _do_test_gnocchi_enabled_without_database_backend(self):
self.CONF.set_override('meter_dispatchers', 'gnocchi')