Fix installation freezer dashboard

Change _7050_freezer.py to _7050_freezer_remove_panel_.py
in the README.rst

Change-Id: I8c057880f0ac055c3fdff830e611ffdc0a143c85
This commit is contained in:
caowei 2017-02-05 20:13:17 +08:00
parent 308b8c4d67
commit a502aead57
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ To install freezer dashboard for development you need to do the following::
# to disable the panel just copy the following file
# cp freezer-web-ui/disaster_recovery/enabled/_7050_freezer.py /opt/stack/horizon/openstack_dashboard/enabled/_7050_freezer.py
# cp freezer-web-ui/disaster_recovery/enabled/_7050_freezer_remove_panel_.py /opt/stack/horizon/openstack_dashboard/enabled/_7050_freezer_remove_panel_.py
# cd /opt/stack/horizon/
@ -88,7 +88,7 @@ To deploy freezer dashboard in production you need to do the following::
# to disable the panel just copy the following file
# cp freezer-web-ui/disaster_recovery/enabled/_7050_freezer.py /opt/stack/horizon/openstack_dashboard/enabled/_7050_freezer.py
# cp freezer-web-ui/disaster_recovery/enabled/_7050_freezer_remove_panel_.py /opt/stack/horizon/openstack_dashboard/enabled/_7050_freezer_remove_panel_.py
# make sure freezer is installed from source as detailed in the first step