devstack-cli 10.0.170__tar.gz → 10.0.172__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {devstack_cli-10.0.170/src/devstack_cli.egg-info → devstack_cli-10.0.172}/PKG-INFO +1 -1
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/pyproject.toml +1 -1
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/cli.py +3 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172/src/devstack_cli.egg-info}/PKG-INFO +1 -1
- devstack_cli-10.0.172/src/version.py +9 -0
- devstack_cli-10.0.170/src/version.py +0 -9
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/LICENSE +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/README.md +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/setup.cfg +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/__init__.py +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/devstack_cli.egg-info/SOURCES.txt +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/devstack_cli.egg-info/dependency_links.txt +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/devstack_cli.egg-info/entry_points.txt +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/devstack_cli.egg-info/requires.txt +0 -0
- {devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/devstack_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: devstack-cli
|
|
3
|
-
Version: 10.0.
|
|
3
|
+
Version: 10.0.172
|
|
4
4
|
Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
|
|
5
5
|
Author-email: Stefan Mückstein <stefan@cloudomation.com>
|
|
6
6
|
Project-URL: Homepage, https://cloudomation.com/
|
|
@@ -485,6 +485,7 @@ class Cli:
|
|
|
485
485
|
self.password = os.environ.get('DEVSTACK_CLI_PASSWORD')
|
|
486
486
|
if not self.password:
|
|
487
487
|
self.password = self._console_input(f'Enter your password to authenticate "{user_name}" to {workspace_url}: ', password=True)
|
|
488
|
+
self.twofa_code = self._console_input('Enter a current two-factor authentication code (if enabled): ', password=True)
|
|
488
489
|
|
|
489
490
|
maximum_uptime_hours = self.args.maximum_uptime_hours or self.config['global'].get('maximum_uptime_hours')
|
|
490
491
|
if not maximum_uptime_hours:
|
|
@@ -541,6 +542,8 @@ class Cli:
|
|
|
541
542
|
json={
|
|
542
543
|
'user_name': self.config['global']['user_name'],
|
|
543
544
|
'password': self.password,
|
|
545
|
+
'twofa_code': self.twofa_code,
|
|
546
|
+
'authentication_method': 'cloudomation',
|
|
544
547
|
},
|
|
545
548
|
)
|
|
546
549
|
if response.status != 200:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: devstack-cli
|
|
3
|
-
Version: 10.0.
|
|
3
|
+
Version: 10.0.172
|
|
4
4
|
Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
|
|
5
5
|
Author-email: Stefan Mückstein <stefan@cloudomation.com>
|
|
6
6
|
Project-URL: Homepage, https://cloudomation.com/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devstack_cli-10.0.170 → devstack_cli-10.0.172}/src/devstack_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|