Don't enforce microversion for rotate CA cert API

Enforcing microversion 1.5 for the certificates PATCH endpoint
(rotating a CA cert) was not necessary because it is a new endpoint
and not a change to an existing endpoint.  The absence of an
implementation for prior microversions of this endpoint was causing
unexpected behavior.

Change-Id: I33240d6b325843972a6f05d1c93c94b82752d32f
Partial-Bug: #1659431
This commit is contained in:
Jason Dunsmore 2017-02-01 14:28:51 -06:00
parent 25aa5b06ff
commit c6ad21ea0a
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ class CertificateController(base.Controller):
cert_obj)
return Certificate.convert_with_links(new_cert)
@base.Controller.api_version("1.5")
@expose.expose(None, types.uuid_or_name, status_code=202)
def patch(self, cluster_ident):
context = pecan.request.context