I have no idea if its a bug. Just seeing if it looked familiar to anyone. Thought that error message might ring a bell.
On Sep 5, 2017 10:33 PM, "Tal Liron" <[email protected]> wrote: > 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 > > >
