Skip to content

Commit f5c9e41

Browse files
committed
Correct indentation
1 parent 367d2a1 commit f5c9e41

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

doc/source/configuration/cloudkitty.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -108,32 +108,32 @@ collection period, e.g. a flavor with 1 VCPU will cost 1 unit per hour.
108108
# Map flavors based on VCPUs
109109
openstack_ratings_hashmap_field_mappings:
110110
- service: instance
111-
name: flavor_id
112-
mappings:
113-
- value: '1' # tiny compute flavor (1 vcpu) with an OpenStack flavor ID of 1
114-
cost: 0.1666666666666666
115-
type: flat
116-
- value: '2' # small compute flavor (2 vcpus) with an OpenStack flavor ID of 2
117-
cost: 0.3333333333333333
118-
type: flat
119-
- value: '3' # medium compute flavor (3 vcpus) with an OpenStack flavor ID of 3
120-
cost: 0.5
121-
type: flat
122-
- value: '4' # large compute flavor (4 vcpus) with an OpenStack flavor ID of 4
123-
cost: 0.6666666666666666
124-
type: flat
125-
- value: '5' # xlarge compute flavor (8 vcpus) with an OpenStack flavor ID of 5
126-
cost: 1.3333333333333333
127-
type: flat
128-
- value: '6' # tiny 2 compute flavor (2 vcpus) with an OpenStack flavor ID of 6
129-
cost: 0.3333333333333333
130-
type: flat
111+
name: flavor_id
112+
mappings:
113+
- value: '1' # tiny compute flavor (1 vcpu) with an OpenStack flavor ID of 1
114+
cost: 0.1666666666666666
115+
type: flat
116+
- value: '2' # small compute flavor (2 vcpus) with an OpenStack flavor ID of 2
117+
cost: 0.3333333333333333
118+
type: flat
119+
- value: '3' # medium compute flavor (3 vcpus) with an OpenStack flavor ID of 3
120+
cost: 0.5
121+
type: flat
122+
- value: '4' # large compute flavor (4 vcpus) with an OpenStack flavor ID of 4
123+
cost: 0.6666666666666666
124+
type: flat
125+
- value: '5' # xlarge compute flavor (8 vcpus) with an OpenStack flavor ID of 5
126+
cost: 1.3333333333333333
127+
type: flat
128+
- value: '6' # tiny 2 compute flavor (2 vcpus) with an OpenStack flavor ID of 6
129+
cost: 0.3333333333333333
130+
type: flat
131131
132132
# Map volumes based on GB
133133
openstack_ratings_hashmap_service_mappings:
134-
- service: storage
135-
cost: 0.16666666666666666
136-
type: flat
134+
- service: storage
135+
cost: 0.16666666666666666
136+
type: flat
137137
138138
See the `OpenStack CloudKitty Ratings role
139139
<https://github.com/stackhpc/ansible-collection-openstack/tree/main/roles/os_ratings>`__

0 commit comments

Comments
 (0)