Feature #3913
Add multiple remotes and switch between them
Status: | Closed | Start date: | 06/03/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | 06/04/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 5.00 hours | |
Target version: | v0.9 | Estimated time: | 1.00 hour |
Description
kamaki --cloud=<remote name>
In kamaki config file:
[remotes] example = https://www.example.org/astakos/identity/v2.0/ old_version = https://www.example.org/astakos/identity/v1.0/ ...
Related issues
Associated revisions
Implement --cloud arg to switch between clouds
Refs: #3913
Config file can (optionaly) contain:
[remotes]
example = https://www.example.org/astakos/identity/v2.0/
old_version = https://www.example.org/astakos/identity/v1.0/
...
Now, user can explicitely request for a remote cloud authentication URI:
kamaki --cloud=<remote>
Implement --cloud arg to switch between clouds
Refs: #3913
Config file can (optionaly) contain:
[remotes]
example = https://www.example.org/astakos/identity/v2.0/
old_version = https://www.example.org/astakos/identity/v1.0/
...
Now, user can explicitely request for a remote cloud authentication URI:
kamaki --cloud=<remote>
Conflicts:
Changelog
History
#1 Updated by Stavros Sachtouris almost 10 years ago
- % Done changed from 0 to 90
#2 Updated by Stavros Sachtouris almost 10 years ago
- Due date changed from 06/03/2013 to 06/04/2013
- Status changed from New to Resolved
- % Done changed from 90 to 100
Use the term "cloud" instead of remote
New config format:
[global]
default_remote = default
... other kamaki-related settings ...
[cloud "default"]
url = ...
token = ...
#3 Updated by Stavros Sachtouris almost 10 years ago
- Status changed from Resolved to Closed