← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] lp:~utlemming/cloud-init/smartos_base64 into lp:cloud-init

 

the class definition has:

class DataSourceSmartOS(sources.DataSource):
    def __init__(self, sys_cfg, distro, paths):
        sources.DataSource.__init__(self, sys_cfg, distro, paths)

So we are going to get .ds_cfg out of it if I understand the comment. 
-- 
https://code.launchpad.net/~utlemming/cloud-init/smartos_base64/+merge/177716
Your team cloud init development team is requested to review the proposed merge of lp:~utlemming/cloud-init/smartos_base64 into lp:cloud-init.