File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
roles/telemetry_chargeback/tasks Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11---
2+ # ## remove ###
3+ - name : " Get rating summary help"
4+ ansible.builtin.command :
5+ cmd : " {{ openstack_cmd }} rating summary get -h"
6+ register : get_help
7+
8+ - name : " **INFO** Print rating help"
9+ ansible.builtin.debug :
10+ var : get_help.stdout
11+
12+
13+ - name : " Get rating summary help 2"
14+ ansible.builtin.command :
15+ cmd : " {{ openstack_cmd }} --rating-api-version 2 rating summary get -h"
16+ register : get_help2
17+
18+ - name : " **INFO** Print rating help 2 "
19+ ansible.builtin.debug :
20+ var : get_help2.stdout
21+ # ## remove ###
22+
223- name : " TEST Get Rate and Qty by type from Cloudkitty {{ item }}"
324 ansible.builtin.command :
425 cmd : " {{ openstack_cmd }} --rating-api-version 2 rating summary get -g type"
Original file line number Diff line number Diff line change 6868# --to={{ local_cert_dir }}
6969# --confirm
7070# -n {{ cloudkitty_namespace }}
71- # changed_when: true
71+ # changed_when: true
7272
7373- name : Extract CA Bundle
7474 ansible.builtin.command :
You can’t perform that action at this time.
0 commit comments