docker-registry: use correct 'layerinfo' key in role hash

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-04-07 15:59:23 +00:00
parent 82938247ad
commit 2a1210a987

View file

@ -54,7 +54,7 @@
},
storage: {
cache: {
layeredinfo: "inmemory"
layerinfo: "inmemory"
},
filesystem: {
rootdirectory: "/srv/"
@ -78,7 +78,7 @@
},
storage: {
cache: {
layeredinfo: "inmemory"
layerinfo: "inmemory"
},
filesystem: {
rootdirectory: "/srv/"