-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer copy profile name when copying session
Create-quantum-job was throwing "botocore.exceptions.ProfileNotFound: The config profile (default) could not be found" since the container does not have a profile "default" configuration. There are some potential workarounds but the easiest is to just remove setting the profile name all together. Since we are already copying the credentials and region there really is no value in copying the profile hence this change.
- Loading branch information
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters