1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Revert "Revert "Storage""

This reverts commit 7b2bf93271.
This commit is contained in:
Darren Shepherd
2015-08-27 12:24:26 -07:00
parent eed4057f5f
commit 72be1d11e6
74 changed files with 6422 additions and 33 deletions

View File

@@ -49,6 +49,10 @@ func RunServices(cfg *config.CloudConfig) error {
return p.Up()
}
func GetProject(cfg *config.CloudConfig) (*project.Project, error) {
return newCoreServiceProject(cfg)
}
func newProject(name string, cfg *config.CloudConfig) (*project.Project, error) {
clientFactory, err := rosDocker.NewClientFactory(docker.ClientOpts{})
if err != nil {