diff --git a/tripleoclient/v1/overcloud_cell.py b/tripleoclient/v1/overcloud_cell.py index 685c81fb5..e608b62d4 100644 --- a/tripleoclient/v1/overcloud_cell.py +++ b/tripleoclient/v1/overcloud_cell.py @@ -80,7 +80,7 @@ class ExportCell(command.Command): # prepare clients to access the environment clients = self.app.client_manager - heat = clients.tripleoclient.orchestration + heat = clients.orchestration data = export.export_passwords(heat, control_plane_stack)