Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend.

This commit is contained in:
Jeff Mitchell
2015-09-25 09:46:20 -04:00
parent ae8192f990
commit 70ce824267
14 changed files with 220 additions and 124 deletions

View File

@@ -167,7 +167,7 @@ func Test(t TestT, c TestCase) {
// Mount the backend
prefix := "mnt"
mountInfo := &api.Mount{
mountInfo := &api.MountInput{
Type: "test",
Description: "acceptance test",
}