~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to trusty/pcrf/actions.yaml

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"clean-containers":
 
2
  "description": "Garbage collect non-running containers"
 
3
"clean-images":
 
4
  "description": "Garbage collect non-running images"
 
5
  "options":
 
6
    "untagged":
 
7
      "type": "boolean"
 
8
      "description": "Only remove untagged"
 
9
      "default": !!bool "true"