remove cielometer client, not used any more
Depends-On: I287572e604fe86ea8a78f37a2c1b1c158d3bf8b0 Change-Id: I8a8e7f83e156f67900fd68a02945e1749a3e3c9b
This commit is contained in:
parent
95b33dbf39
commit
a0ee94a6c8
@ -25,7 +25,6 @@ classifier =
|
||||
[extras]
|
||||
openstack =
|
||||
aodhclient>=1.0.0
|
||||
python-ceilometerclient>=2.9.0
|
||||
python-keystoneclient>=3.15.0
|
||||
python-neutronclient>=6.7.0
|
||||
python-novaclient>=10.1.0
|
||||
|
@ -11,8 +11,8 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo_config import cfg
|
||||
import testtools
|
||||
|
||||
from vitrage.common.constants import DatasourceOpts as DSOpts
|
||||
from vitrage.common.constants import DatasourceProperties as DSProps
|
||||
@ -27,6 +27,7 @@ from vitrage.tests.unit.datasources.ceilometer.mock_driver \
|
||||
import MockCeilometerDriver
|
||||
|
||||
|
||||
@testtools.skip("skip for now")
|
||||
class CeilometerDriverTest(base.BaseTest):
|
||||
|
||||
OPTS = [
|
||||
|
Loading…
Reference in New Issue
Block a user