Files
puppet-openstacklib/releasenotes
Sofer Athlan-Guyot 2075930b90 Add a way for provider to transform value in config.
For instance this would enable this:

    neutron_l3_agent_config {
        'DEFAULT/router_id': value => $router_name, transform_to => 'uuid';
    }

The neutron_l3_agent_config would only have to implement this:

    def to_uuid(name)
      # code to get the uuid
    end

    def from_uuid(uuid)
      # code to return the name
    end

Change-Id: I3b7c17590b27cd3a22c5458342d049969ade2281
Co-Authored-By: Drew Fisher <drew.fisher@oracle.com>
2016-08-04 12:53:50 -07:00
..
2016-07-07 09:09:32 -04:00