Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jan 5, 2015
1 parent 519b2d2 commit b334665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions storage/constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ import (

var logger = loggo.GetLogger("juju.storage")

const (
persistentConstraint = "persistent"
iopsConstraintPrefix = "iops:"
)

// Constraints describes a set of storage constraints.
type Constraints struct {
// Pool is the name of the storage pool (ebs, ceph, custompool, ...)
Expand Down
5 changes: 4 additions & 1 deletion storage/constraints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ import (
gc "gopkg.in/check.v1"

"github.com/juju/juju/storage"
"github.com/juju/juju/testing"
)

type ConstraintsSuite struct{}
type ConstraintsSuite struct {
testing.BaseSuite
}

var _ = gc.Suite(&ConstraintsSuite{})

Expand Down

0 comments on commit b334665

Please sign in to comment.