diff options
| author | Ruby Loo <ruby.loo@intel.com> | 2017-09-28 12:14:12 -0400 |
|---|---|---|
| committer | Ruby Loo <ruby.loo@intel.com> | 2017-10-11 10:03:26 -0400 |
| commit | 8c58b75e050395d622c791830ceedbb06b96a327 (patch) | |
| tree | 9b50dca2a46cf84fce98989c3254883099bf41bb /doc/source/user | |
| parent | ad1fe203b028f0d90ab5ac535f159c6a822af2a4 (diff) | |
| download | python-ironicclient-8c58b75e050395d622c791830ceedbb06b96a327.tar.gz | |
Deprecate the ironic CLI
The 'ironic' CLI is being deprecated; it is slated for removal in the S*
release cycle. The 'openstack baremetal' CLI should be used instead.
A message is printed out to that effect and the documentation is
updated to reflect this.
Change-Id: Ie6ac3c6222ec6a6231b9a9cb2949cac56b48967f
Closes-Bug: 1700815
Diffstat (limited to 'doc/source/user')
| -rw-r--r-- | doc/source/user/create_command.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/user/create_command.rst b/doc/source/user/create_command.rst index 486afb2..ed5fe3d 100644 --- a/doc/source/user/create_command.rst +++ b/doc/source/user/create_command.rst @@ -17,9 +17,12 @@ or YAML format. It can be done in one of three ways: <file> File (.yaml or .json) containing descriptions of the resources to create. Can be specified multiple times. -2. Using ironic CLI's ``ironic create`` command:: +2. Using ironic CLI's ``ironic create`` command (deprecated, please use + ``openstack baremetal create`` instead):: $ ironic help create + The "ironic" CLI is deprecated and will be removed in the S* release. + Please use the "openstack baremetal" CLI instead. usage: ironic create <file> [<file> ...] Create baremetal resources (chassis, nodes, port groups and ports). The |
