Merge "Deperate tacker command lines"
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
from sys import stderr
|
||||||
|
|
||||||
from cliff import command
|
from cliff import command
|
||||||
|
|
||||||
|
|
||||||
@@ -23,6 +25,8 @@ class OpenStackCommand(command.Command):
|
|||||||
api = None
|
api = None
|
||||||
|
|
||||||
def run(self, parsed_args):
|
def run(self, parsed_args):
|
||||||
|
stderr.write("Deprecated: tacker command line is deprecated, "
|
||||||
|
"will be deleted after Rocky is released.\n")
|
||||||
if not self.api:
|
if not self.api:
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user