Remove TODO related to Nova API version

Nova v2.1 API is used in Cinder over 1 year since the commit
Iadd3363265be6c5a8ed46704a712da6c15e2b046 and Nova v2.1 API has
been available since Kilo. So it seems unnecessary to make the
used Nova API version configuable.

Change-Id: Ib76b52199ee23997cd54eadbc27b13d46eb4a3f8
This commit is contained in:
Ken'ichi Ohmichi 2017-03-03 11:00:29 -08:00
parent ab5263b1c0
commit de3979f184
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ CONF.register_opts(nova_opts)
LOG = logging.getLogger(__name__)
# TODO(e0ne): Make Nova version configurable in Mitaka.
NOVA_API_VERSION = "2.1"
nova_extensions = [ext for ext in