Skip to content

Commit

Permalink
installer: enable setting debug mode on iaas
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestc committed Jul 4, 2017
1 parent 4481254 commit 229dd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsuru/installer/components.go
Expand Up @@ -44,6 +44,7 @@ type iaasConfigInternal struct {
DockerInstallURL string `yaml:"docker-install-url,omitempty"`
DockerFlags string `yaml:"docker-flags,omitempty"`
Driver iaasConfigDriver `yaml:"driver,omitempty"`
Debug bool `yaml:"debug,omitempty"`
}

type iaasConfigDriver struct {
Expand Down

0 comments on commit 229dd6a

Please sign in to comment.