Are you reporting a bug here? It would really help to get a complete
example with instructions to reproduce.

On Tue, Sep 5, 2017 at 7:07 PM, DeWayne Filppi <[email protected]> wrote:

> After adding the highlighted content to the ARIA openstack plugin.yaml,
>
>   aria.openstack.datatypes.Server:
>     description: >-
>       openstack Server args.
>     properties:
>       server:
>         type: map
>         required: false
>         entry_schema:
>           type: string
>
> I get the following error trying to use user_data in a template:
>
> RuntimeError: Re-definition of yaml-1.1 in specification_url
>
> Usage looks like:
>
>               openstack_config: { get_input: openstack_config }
>               args:
>                 server:
>                   user_data: |
>                     #!/bin/sh
>                     echo TEST > /tmp/out
>

Reply via email to