1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +00:00

Revert "Storage"

This commit is contained in:
Ivan Mikushin
2015-08-27 18:33:26 +05:00
parent 94269475c2
commit 7b2bf93271
74 changed files with 31 additions and 6420 deletions

View File

@@ -49,10 +49,6 @@ 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 {