Merge "Provide manage_service to neutron::agents::ml2::ovs"
[apex-tripleo-heat-templates.git] / examples / lib_hot.yaml
1 parameters:
2   ImportantValue:
3     default: a_default
4     type: string
5   BImage:
6     type: string
7 resources:
8   GenericB:
9     type: OS::Nova::Server
10     properties:
11       image: {get_param: BImage}
12     metadata:
13       my_meta: {get_param: ImportantValue}