from novaclient import extension
from novaclient import service_catalog
from novaclient.v1_1 import client as nova_client
-try:
- from novaclient.v1_1.contrib import assisted_volume_snapshots
-except ImportError:
- assisted_volume_snapshots = None
+from novaclient.v1_1.contrib import assisted_volume_snapshots
from oslo.config import cfg
from cinder.db import base
LOG.debug(_('Novaclient connection created using URL: %s') % url)
- extensions = []
- if assisted_volume_snapshots:
- extensions.append(assisted_volume_snapshots)
+ extensions = [assisted_volume_snapshots]
c = nova_client.Client(context.user_id,
context.auth_token,
PasteDeploy>=1.5.0
python-glanceclient>=0.9.0
python-keystoneclient>=0.3.0
-python-novaclient>=2.12.0
+python-novaclient>=2.15.0
python-swiftclient>=1.5
Routes>=1.12.3
six