Fix a release note typo for implicit provider loading deprecation

Don't repeat --config-dir option twice.

Related-Bug: #1492069
Related-Bug: #1599936
Change-Id: I002b80ba8e5496c164d08357e4cce9e0b4abf5cf
(cherry picked from commit e80112ca62)
This commit is contained in:
YAMAMOTO Takashi 2016-09-21 16:43:23 +09:00 committed by Armando Migliaccio
parent 4050c6b916
commit 2043cbd81f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
deprecations:
- Neutron controller service currently allows to load ``service_providers``
options from some files that are not passed to it via --config-dir or
--config-dir CLI options. This behaviour is now deprecated and will be
--config-file CLI options. This behaviour is now deprecated and will be
disabled in Ocata. Current users are advised to switch to aforementioned
CLI options.