Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openstackclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ def interact(self):
# this path does not call prepare_to_run_command()
self.authenticate_user()
self.restapi.set_auth(self.client_manager.identity.auth_token)
sys.argv =[] #fix for https://bugs.launchpad.net/python-openstackclient/+bug/1103218
super(OpenStackShell, self).interact()


Expand Down