Update common_params.py path and link

Update from 'dragonflow/common/common_params.py' to 
'dragonflow/conf/df_common_params.py'
Change-Id: If3db15ac4596604c525d0bf86fda1ac980fc6ae3
This commit is contained in:
gaofei 2018-01-24 10:24:54 +08:00 committed by Gao Fei
parent a171ffb9a6
commit 61daf89735
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Configuration
The following parameters allows configuration of the publish-subscribe
mechanism. Only parameters which need to be handled by the publish-subscribe
drivers are listed here. For a full list, refer to
``dragonflow/common/common_params.py`` (`Link`__).
``dragonflow/conf/df_common_params.py`` (`Link`__).
__ _COMMON_PARAMS
@ -149,6 +149,6 @@ References
[pub_sub_api.py] https://github.com/openstack/dragonflow/tree/master/dragonflow/db/pub_sub_api.py
[common_params.py] https://github.com/openstack/dragonflow/tree/master/dragonflow/common/common_params.py
[df_common_params.py] https://github.com/openstack/dragonflow/blob/master/dragonflow/conf/df_common_params.py
[zmq_pubsub_driver.py] https://github.com/openstack/dragonflow/tree/master/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py