This conflicted with the rbd CLI --image argument.
Signed-off-by: Sage Weil <sage@redhat.com>
.add_tag("network")
.add_see_also("mon_host"),
- Option("image", Option::TYPE_STR, Option::LEVEL_BASIC)
+ Option("container_image", Option::TYPE_STR, Option::LEVEL_BASIC)
.set_description("container image (used by ssh orchestrator)")
.set_flag(Option::FLAG_STARTUP)
.set_default("ceph/daemon-base"),
ret, image, err = self.mon_command({
'prefix': 'config get',
'who': entity,
- 'key': 'image',
+ 'key': 'container_image',
})
image = image.strip()
self.log.debug('%s container image %s' % (entity, image))