Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 777 Bytes

File metadata and controls

25 lines (19 loc) · 777 Bytes

keystone service command

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.yaml

The generated file is ignored by Git and regenerated by the documentation workflow before each build.