summaryrefslogtreecommitdiff
path: root/lib/chef/knife/user_create.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-02 13:18:43 -0800
committerTim Smith <tsmith@chef.io>2018-01-03 12:22:58 -0800
commitd84c077e3cc20e2353eae3fa4e47f41e4f0872cc (patch)
tree04894308f36165d96a3bd622d98d3fb26294c1c2 /lib/chef/knife/user_create.rb
parent19ea1bd1e6f01d28b29d3cccbfb7388ea5aff030 (diff)
downloadchef-d84c077e3cc20e2353eae3fa4e47f41e4f0872cc.tar.gz
Add a warning that Chef 11 server support in knife user is deprecatedosc_11
We're currently shipping 2 of each of these plugins and rewriting the user input when we think they actually meant to support Chef 11 server. It's code that really needs to go away at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/user_create.rb')
-rw-r--r--lib/chef/knife/user_create.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/knife/user_create.rb b/lib/chef/knife/user_create.rb
index d21afb1059..c4a89f3707 100644
--- a/lib/chef/knife/user_create.rb
+++ b/lib/chef/knife/user_create.rb
@@ -78,6 +78,8 @@ knife user create for Open Source 11 Server is being deprecated.
Open Source 11 Server user commands now live under the knife osc_user namespace.
For backwards compatibility, we will forward this request to knife osc_user create.
If you are using an Open Source 11 Server, please use that command to avoid this warning.
+NOTE: Backwards compatibility for Open Source 11 Server in these commands will be removed
+in Chef 15 which will be released April 2019.
EOF
end