anvil/conf/components/nova.yaml
Joshua Harlow d295fc9502 Prototype a simpler anvil (with only packaging)
Since it seems not that many people are using the
stage ['install', 'remove', 'restart', 'start',
'status', 'stop', 'test', 'uninstall'] and such we
might as well reduce the goal of anvil to what people
are using to save in maintenance and such; making
anvil simpler to be used and understand.

Change-Id: I471b003e92e2572c4eac87c4ec62b23a4ee7d2ef
2015-01-15 15:53:46 -08:00

9 lines
194 B
YAML

# Settings for component nova
---
# Used for associating the client package with a human understandable
# name in its package description (not a code-name, like nova).
api_name: "Compute"
...