keystone runs the service using /etc/keystone/keystone.conf by default.
keystone --config /etc/keystone/keystone.conf| Option | Meaning |
|---|---|
-c, --config <path> |
Select the configuration file. |
-v, --verbose |
Increase logging verbosity; repeat for more detail. |
| `--dump-openapi <yaml | json>` |
-h, --help |
Show help. |
-V, --version |
Show the version. |
The documentation workflow generates its schema with:
cargo run -p openstack-keystone --bin keystone -- --dump-openapi yaml \
> doc/src/openapi.yamlThe generated file is ignored by Git and regenerated by the documentation workflow before each build.