[console_scripts]
glance-imgsync = imgsync.cmd.cli:main

[imgsync.distros]
centos6 = imgsync.distros.centos:CentOS6
centos7 = imgsync.distros.centos:CentOS7
debian10 = imgsync.distros.debian:Debian10
debian9 = imgsync.distros.debian:Debian9
debiantesting = imgsync.distros.debian:DebianTesting
ubuntu14 = imgsync.distros.ubuntu:Ubuntu14
ubuntu16 = imgsync.distros.ubuntu:Ubuntu16
ubuntu18 = imgsync.distros.ubuntu:Ubuntu18

[oslo.config.opts]
imgsync = imgsync.opts:list_opts

