heat/heat/api/openstack
lvdongbing 7975d8b46a Support to list software configs
APIImpact
List software configs
GET /v1/{tenant_id}/software_configs
Request params(optional)
limit,marker
Json response example
{'software_configs':[
    {'creation_time': '2015-06-25T07:15:56',
     'group': 'Heat::Ungrouped',
     'id': 'de879d1c-c9a5-4635-ba29-08a5690fec27',
     'name': 'foo'}]
}
Change-Id: Iad691672874b64b393b85d2eb9a55b22facbd263
Closes-Bug: #1464248
2015-06-26 08:19:05 +00:00
..
v1 Support to list software configs 2015-06-26 08:19:05 +00:00
__init__.py Fix [H302] errors in heat/api 2014-11-17 15:04:33 +03:00
versions.py Remove identical modules versions.py 2015-06-16 17:00:39 +03:00