File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2424 oc exec -n openstack openstackclient -- python3 -m ensurepip --upgrade
2525 oc exec -n openstack openstackclient -- python3 -m pip install --upgrade git+https://github.com/openstack/python-cloudkittyclient@master
2626
27+ - name : Check what rating modules are available
28+ ansible.builtin.shell :
29+ cmd : |
30+ {{ openstack_cmd }} rating module list
31+
32+ - name : Enable the hashmap rating module
33+ ansible.builtin.shell :
34+ cmd : |
35+ {{ openstack_cmd }} rating module enable hashmap
36+
37+ - name : Set priority on hashmap rating
38+ ansible.builtin.shell :
39+ cmd : |
40+ {{ openstack_cmd }} rating module set priority hashmap 100
41+
2742 - name : Check that the API is available
2843 ansible.builtin.shell :
2944 cmd : |
You can’t perform that action at this time.
0 commit comments