<div dir="ltr">The Neutron API dropped XML support quite some time ago.<div>Therefore specifying --request-format xml already produces an error.</div><div>Even if  this parameter is already vestigial and should be abruptly removed. We don't know whether anyone is using it. For instance one could have a set of scripts that explicitly use it just to make sure it never switched without knowing to XML!</div><div><br></div><div>Deprecation first is therefore, in my opinion, always the recommended path.</div><div><br></div><div>Salvatore</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 7 December 2015 at 12:58, Akihiro Motoki <span dir="ltr"><<a href="mailto:amotoki@gmail.com" target="_blank">amotoki@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
neutronclient is now dropping XML support and as a result<br>
"--request-format" option is no longer needed as JSON is the only format now.<br>
<br>
What is the recommended way for options no longer needed?<br>
Does bumping major version of CLI allow us to drop an option without<br>
deprecation?<br>
<br>
- Deprecate such option.<br>
  The option still exists with only one available choiceuntil the<br>
option is deleted.<br>
<br>
- Drop it without deprecation.<br>
  This breaks users who uses "--requiest-format json", but 'json' is the default<br>
  value and most users do not specify the option.<br>
<br>
Thanks,<br>
Akihiro<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>