]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: fix the sorting of the imports
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 13 Dec 2023 21:05:27 +0000 (16:05 -0500)
committerAdam King <adking@redhat.com>
Mon, 15 Apr 2024 15:01:29 +0000 (11:01 -0400)
While ceph doesn't enforce sorted imports I prefer them when possible. I
had once sorted these imports but then nvmeof came along an ruined
things. Put nvmeof back in it's place.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 35028e15789dc3600143a434301625d094b24475)

src/pybind/mgr/orchestrator/_interface.py

index bc1721ab2511f80c9f3d551f6f3991cec399c4fd..055fba316a88bd714f31798f971901c57cad8772 100644 (file)
@@ -38,11 +38,11 @@ from ceph.deployment.service_spec import (
     IscsiServiceSpec,
     MDSSpec,
     NFSServiceSpec,
+    NvmeofServiceSpec,
     RGWSpec,
     SNMPGatewaySpec,
     ServiceSpec,
     TunedProfileSpec,
-    NvmeofServiceSpec
 )
 from ceph.deployment.drive_group import DriveGroupSpec
 from ceph.deployment.hostspec import HostSpec, SpecValidationError