You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds the first step in supporting OKP for OpenStack
Lightspeed.
Two new configuration sections were added: "okp" and "dev". The "okp"
section holds configurations that are more final to the deployment where
the "dev" is an easy to way for developers to test the feature while
tests/developing it.
The options available in "okp" section are:
- offline: Whether OKP should be in "offline" mode or not.
- accessKey: The OKP access key to decrypt the paid content in the image
The options available in the "dev" section are:
- feature_flags: This is a list of features that operator wants to expose
to be enabled. The value "okp" in the list will deploy OKP.
- okp_chunk_filter_query: This is where we can tweak the OKP filter to
filter by product, version etc...
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
0 commit comments