Hi,Ma: below is my local.conf ---------------------------------------------------- [[local|localrc]] ADMIN_PASSWORD=secret DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD HOST_IP=172.16.18.127 LOGFILE=$DEST/logs/stack.sh.log GIT_BASE=http://git.trystack.cn NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git NOVA_REPO=http://git.trystack.cn/openstack/nova.git HORIZON_REPO=http://git.trystack.cn/openstack/horizon GLANCE_REPO=http://git.trystack.cn/openstack/glance.git KEYSTONE_REPO=http://git.trystack.cn/openstack/keystone.git NEUTRON_REPO=http://git.trystack.cn/openstack/neutron.git HEAT_REPO=http://git.trystack.cn/openstack/heat.git CEILOMETER_REPO=http://git.trystack.cn/openstack/ceilometer.git NOVACLIENT_REPO=http://git.trystack.cn/openstack/python-novaclient.git GLANCECLIENT_REPO=http://git.trystack.cn/openstack/python-glanceclient.git KEYSTONECLIENT_REPO=http://git.trystack.cn/openstack/python-keystoneclient.git NEUTRON_CREATE_INITIAL_NETWORKS=False Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True DF_REDIS_PUBSUB=True enable_plugin dragonflow http://git.openstack.org/openstack/dragonflow enable_service df-redis enable_service df-redis-server enable_service df-controller enable_service df-ext-services disable_service n-net #disable_service q-l3-agent enable_service q-svc disable_service df-l3-agent disable_service heat disable_service tempest # Enable q-meta once nova is being used. #enable_service q-meta # We have to disable the neutron L2 agent. DF does not use the L2 agent. disable_service q-agt # We have to disable the neutron dhcp agent. DF does not use the dhcp agent. disable_service q-dhcp Q_USE_PROVIDERNET_FOR_PUBLIC=False #ML2_L3_PLUGIN=df-l3 ----------------------------------------------------------------------------------------- I deploy dragonflow all in one host ,so I observe the df-l3-router which behaves similarly with neutron-l3-router,and I can not create project vxlan network ,so currently does dragonflow only support flat network? thanks & regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160803/b8d3decb/attachment.html>