Merge "Document [ironic] auth options for inspector"

This commit is contained in:
Zuul 2020-06-26 15:54:38 +00:00 committed by Gerrit Code Review
commit 92e75c5d8d
3 changed files with 15 additions and 3 deletions

View File

@ -81,7 +81,19 @@ Fill in these minimum configuration values:
authentication. authentication.
* The ``ironic`` section - credentials to use when accessing **ironic** * The ``ironic`` section - credentials to use when accessing **ironic**
API. API. When **ironic** is deployed standalone with no authentication, specify
the following::
[ironic]
auth_type=none
When **ironic** is deployed standalone with HTTP Basic authentication, valid
credentials are also required::
[ironic]
auth_type=http_basic
username=myName
password=myPassword
* ``connection`` in the ``database`` section - SQLAlchemy connection string * ``connection`` in the ``database`` section - SQLAlchemy connection string
for the database. By default ironic-inspector uses sqlite as the database for the database. By default ironic-inspector uses sqlite as the database

View File

@ -43,7 +43,7 @@ jsonpatch==1.25
jsonpath-rw==1.2.0 jsonpath-rw==1.2.0
jsonpointer==2.0 jsonpointer==2.0
jsonschema==3.2.0 jsonschema==3.2.0
keystoneauth1==3.18.0 keystoneauth1==4.2.0
keystonemiddleware==4.18.0 keystonemiddleware==4.18.0
kombu==4.6.8 kombu==4.6.8
linecache2==1.0.0 linecache2==1.0.0

View File

@ -10,7 +10,7 @@ futurist>=1.2.0 # Apache-2.0
ironic-lib>=4.3.0 # Apache-2.0 ironic-lib>=4.3.0 # Apache-2.0
jsonpath-rw<2.0,>=1.2.0 # Apache-2.0 jsonpath-rw<2.0,>=1.2.0 # Apache-2.0
jsonschema>=3.2.0 # MIT jsonschema>=3.2.0 # MIT
keystoneauth1>=3.18.0 # Apache-2.0 keystoneauth1>=4.2.0 # Apache-2.0
keystonemiddleware>=4.18.0 # Apache-2.0 keystonemiddleware>=4.18.0 # Apache-2.0
netaddr>=0.7.18 # BSD netaddr>=0.7.18 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0