diff --git a/tripleoclient/v1/baremetal.py b/tripleoclient/v1/baremetal.py index b025ab44a..17b5ce1ec 100644 --- a/tripleoclient/v1/baremetal.py +++ b/tripleoclient/v1/baremetal.py @@ -528,6 +528,9 @@ class ShowNodeCapabilities(lister.Lister): log = logging.getLogger(__name__ + ".ShowNodeProfile") def take_action(self, parsed_args): + self.log.warning('This command is deprecated and will be removed soon ' + 'please use "openstack overcloud profiles list" to ' + 'get the list of all nodes and their profiles') bm_client = self.app.client_manager.baremetal rows = [] for node in bm_client.node.list():