Skip to content

Commit 39b79c8

Browse files
committed
Rename pubkey if SSH_PRIVKEY_PATH is passed
Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 314d713 commit 39b79c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph_devstack/resources/ceph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async def _get_ssh_keys(self):
7474
check=True,
7575
force_local=True,
7676
)
77-
self.pubkey_path = f"{privkey_path}.pub"
77+
self.pubkey_path = f"{privkey_path}.pub"
7878
self.privkey_path = privkey_path
7979

8080

0 commit comments

Comments
 (0)