rook is lowercasing this tag in the CRD in response to review comments.
Change the orchestrator accordingly.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
"namespace": self.rook_namespace
},
"spec": {
- "RADOS": {
+ "rados": {
"pool": spec.extended["pool"]
},
"server": {
}
if "namespace" in spec.extended:
- rook_nfsgw["spec"]["RADOS"]["namespace"] = spec.extended["namespace"]
+ rook_nfsgw["spec"]["rados"]["namespace"] = spec.extended["namespace"]
with self.ignore_409("NFS cluster '{0}' already exists".format(spec.name)):
self.rook_api_post("cephnfses/", body=rook_nfsgw)