Update docs with recent changes for bundle api. https://code.launchpad.net/~rharding/charmworld/api-docs/+merge/193795 (do not edit description out of merge proposal)
LGTM. Thanks. https://codereview.appspot.com/18600046/diff/1/docs/api.rst File docs/api.rst (right): https://codereview.appspot.com/18600046/diff/1/docs/api.rst#newcode474 docs/api.rst:474: A deployer file containing bundles can be checked to verify that the charms specified in the bundles are in fact valid and found in the store. It will also check that the configuration options specified match those from the charms found. Finally, it will also verify that any relations constructed are also valid for the charms found. wrap https://codereview.appspot.com/18600046/diff/1/docs/api.rst#newcode484 docs/api.rst:484: deployer_file='{ "wiki": { "services": { "wiki": { "charm": "mediawiki", "num_units": 2, "branch": "lp:charms/precise/mediawiki", "constraints": "mem=2" }, "haproxy": { "options": { "request-limit": 32 }, "branch": "lp:charms/precise/haproxy" }, "db": { "charm": "mysql", "options": { "tuning-level": "fast" }, "branch": "lp:charms/precise/mysql" }, "memcached": { "options": { "request-limit": 32 }, "branch": "lp:charms/precise/memcached" } }, "series": "precise", "promulgated": true, "relations": [ [ "wiki:db", "memcached" ], [ "db", [ "haproxy", "db" ] ] ] } }' wrap https://codereview.appspot.com/18600046/diff/1/docs/api.rst#newcode532 docs/api.rst:532: Maybe a statement that a 200 does not mean the bundle passes proof and mention that an empty errors field indicates success.
Issue 18600046: Update docs with recent changes for bundle api. Created 12 years ago by rharding Modified 12 years ago Reviewers: mp+193795_code.launchpad.net, bac Base URL: Comments: 3