Deprecate OS_TENANT_NAME as required field (#1279)
This commit is contained in:
parent
38f23c8c52
commit
ff0377ac02
5 changed files with 8 additions and 25 deletions
|
@ -33,7 +33,6 @@ _Please contribute by adding a CLI example._
|
|||
| `OS_PASSWORD` | Password |
|
||||
| `OS_PROJECT_NAME` | Project name |
|
||||
| `OS_REGION_NAME` | Region name |
|
||||
| `OS_TENANT_NAME` | Tenant name (deprecated see OS_PROJECT_NAME and OS_PROJECT_ID) |
|
||||
| `OS_USERNAME` | Username |
|
||||
|
||||
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
|
||||
|
@ -48,6 +47,7 @@ More information [here](/lego/dns/#configuration-and-credentials).
|
|||
| `DESIGNATE_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
|
||||
| `DESIGNATE_TTL` | The TTL of the TXT record used for the DNS challenge |
|
||||
| `OS_PROJECT_ID` | Project ID |
|
||||
| `OS_TENANT_NAME` | Tenant name (deprecated see OS_PROJECT_NAME and OS_PROJECT_ID) |
|
||||
|
||||
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
|
||||
More information [here](/lego/dns/#configuration-and-credentials).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue