Skip to content

Commit

Permalink
storage.object.container ceilometer stat incorrectly set
Browse files Browse the repository at this point in the history
fix storage.object.container value in stats.html

Change-Id: Ie63c3b96ea2e0c048a32b544416b7bffa7ee0b64
Fixes:Bug #1222920
  • Loading branch information
Gordon Chung committed Sep 9, 2013
1 parent 46462b1 commit f91e4c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@
<optgroup label='{% trans "Object Storage (Swift)" %}'>
<option title='{% trans "Number of objects" %}' value="storage.objects" data-unit="">storage.objects</option>
<option title='{% trans "Total size of stored objects" %}' value="storage.objects.size" data-unit="">storage.objects.size</option>
<option title='{% trans "Number of containers" %}' value="" data-unit="storage.objects.containers">storage.objects.containers</option>
<option title='{% trans "Number of containers" %}' value="storage.objects.containers" data-unit="">storage.objects.containers</option>
<option title='{% trans "Number of incoming bytes" %}' value="storage.objects.incoming.bytes" data-unit="">storage.objects.incoming.bytes</option>
<option title='{% trans "Number of outgoing bytes" %}' value="storage.objects.outgoing.bytes" data-unit="">storage.objects.outgoing.bytes</option>
<option title='{% trans "Number of API requests against swift" %}' value="storage.api.request" data-unit="">storage.api.request</option>
Expand Down

0 comments on commit f91e4c7

Please sign in to comment.