Remove 1.1 extension comment

According to recent nova changes, extension is deprecated and
1.1 is also deprecated, so to avoid confusion, remove
those comments in the code

Change-Id: Idc78af2151a0fff159c9b32595ed72a04808b7ee
This commit is contained in:
jichenjc 2017-03-29 06:44:50 +08:00
parent e303cf11bf
commit d5ecc50063
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
# under the License.
"""
Availability Zone interface (1.1 extension).
Availability Zone interface
"""
from novaclient import base

View File

@ -14,7 +14,7 @@
# under the License.
"""
DEPRECATED host interface (1.1 extension).
DEPRECATED host interface
"""
import warnings

View File

@ -14,7 +14,7 @@
# under the License.
"""
Hypervisors interface (1.1 extension).
Hypervisors interface
"""
from six.moves.urllib import parse

View File

@ -14,7 +14,7 @@
# under the License.
"""
Keypair interface (1.1 extension).
Keypair interface
"""
from novaclient import api_versions

View File

@ -14,7 +14,7 @@
# under the License.
"""
DEPRECATED Virtual Interfaces (1.1 extension).
DEPRECATED Virtual Interfaces
"""
import warnings

View File

@ -14,7 +14,7 @@
# under the License.
"""
Volume interface (1.1 extension).
Volume interface
"""
from novaclient import base