Hammer requires partidion-table even with image based VMs

I'm trying to create a VM using an oVirt compute resource with Hammer,
starting from an image, but it fails

Could not create the host:
Error: At least one of options --partition-table, --partition-table-id is
required

See: 'hammer host create --help'

my command line is:

hammer host create
–architecture-id=1 --domain-id=1 --operatingsystem-id=7
–hostgroup-title "Production" --name new-vm01
–provision-method image
–image "CentOS_7.3"
–compute-resource "oVirt"
–compute-attributes
"cluster=4df57363-2df7-45e6-b14c-1ac4537f6df8,cores=6,memory=68719476736,start=1"

If I add the '–partition-table-id=NNN' switch, then it works. Should I
open a bug?

Thanks!