1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Updates for refactored rancher-compose

This commit is contained in:
Darren Shepherd
2015-05-05 13:36:52 -07:00
parent fdc9463e4c
commit 6b929abdea
7 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import (
log "github.com/Sirupsen/logrus"
"github.com/rancherio/os/config"
"github.com/rancherio/os/util"
"github.com/rancherio/rancher-compose/project"
"github.com/rancherio/rancher-compose/librcompose/project"
)
type configEnvironment struct {
@@ -117,7 +117,7 @@ func RunServices(name string, cfg *config.Config, configs map[string]*project.Se
go func() {
for event := range projectEvents {
if event.Event == project.CONTAINER_STARTED && event.Service.Name() == "network" {
if event.Event == project.CONTAINER_STARTED && event.ServiceName == "network" {
network = true
}
}