fixing build error with message Need to add a category for createCacheStore.xml to <https://builds.apache.org/job/cloudstack-apidocs-master/ws/tools/apidoc/gen_toc.py>:known_categories

This commit is contained in:
Chip Childers 2013-08-08 09:36:38 -04:00
parent f1734ed71d
commit 320663df78

View File

@ -156,7 +156,8 @@ known_categories = {
'Baremetal' : 'Baremetal',
'UCS' : 'UCS',
'Ucs' : 'UCS',
'CacheStores' : 'Cache Stores'
'CacheStores' : 'Cache Stores',
'CacheStore' : 'Cache Store'
}