From b31bea16bc676f9171b816eef6ca78708f00d6b1 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 2 Aug 2017 18:05:31 +0900 Subject: [PATCH] README.rst: Fix the name for enable_plugin It should match NEUTRON_TAAS_DASHBOARD_DIR in devstask/settings. Closes-Bug: #1708119 Change-Id: I497965abaaf6edc34e8694c05e6e9e5cdc33fa03 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 44d5c83..f920768 100644 --- a/README.rst +++ b/README.rst @@ -19,4 +19,4 @@ Enabling in DevStack Add this repo as an external repository into your ``local.conf`` file:: [[local|localrc]] - enable_plugin neutron_taas_dashboard https://github.com/openstack/tap-as-a-service-dashboard + enable_plugin tap-as-a-service-dashboard https://github.com/openstack/tap-as-a-service-dashboard