github.com/Pankov404/juju@v0.0.0-20150703034450-be266991dceb/cloudconfig/containerinit/export_test.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Copyright 2015 Cloudbase Solutions SRL
     3  // Licensed under the AGPLv3, see LICENCE file for details.
     4  
     5  package containerinit
     6  
     7  var (
     8  	CloudInitUserData              = cloudInitUserData
     9  	NetworkInterfacesFile          = &networkInterfacesFile
    10  	NewCloudInitConfigWithNetworks = newCloudInitConfigWithNetworks
    11  	ShutdownInitCommands           = shutdownInitCommands
    12  )