diff --git a/kolla/common/config.py b/kolla/common/config.py
index 94b4cc1c87..0f4bccd2c7 100644
--- a/kolla/common/config.py
+++ b/kolla/common/config.py
@@ -69,7 +69,7 @@ _CLI_OPTS = [
                help='The distro type of the base image'),
     cfg.StrOpt('base-tag', default='latest',
                help='The base distro image tag'),
-    cfg.StrOpt('base-image', default=None,
+    cfg.StrOpt('base-image',
                help='The base image name. Default is the same with base'),
     cfg.BoolOpt('debug', short='d', default=False,
                 help='Turn on debugging log level'),