incorrect enable plugin url in doc

This is incorrect url in README.rst example case:
enable_plugin freezer https://git.openstack.org/openstack/freezer.git master

change the url to: https://git.openstack.org/openstack/freezer

Change-Id: I599af680102f858bf52460a0e2d400b9974616d1
This commit is contained in:
Jin Nan Zhang 2016-02-19 06:12:36 -05:00
parent 3890147770
commit a1c89ba75c

View File

@ -25,7 +25,7 @@ where::
For example::
enable_plugin freezer https://git.openstack.org/openstack/freezer.git master
enable_plugin freezer https://git.openstack.org/openstack/freezer master
Then run devstack normally::