Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

keystone service command

keystone runs the service using /etc/keystone/keystone.conf by default.

keystone --config /etc/keystone/keystone.conf
OptionMeaning
-c, --config <path>Select the configuration file.
-v, --verboseIncrease logging verbosity; repeat for more detail.
`–dump-openapi <yamljson>`
-h, --helpShow help.
-V, --versionShow 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.