cinder/releasenotes/notes/hnas_deprecate_xml-16840b5a8c25d15e.yaml
Adriano Rosso 3f292f024e HNAS: Deprecating XML config file
Currently HNAS drivers use an external XML configuration file.
This patch will deprecate this file and get all the configurations
from cinder.conf.

Co-Authored-By: Alyson Rosa <alyson.rodrigues.rosa@gmail.com>

DocImpact
Depends-On: I1b5d5155306c39c528af4037a5f54cf3d4dc1ffa
Change-Id: I00f4ae5ccd99f8f5da12e687ef0dc9cdb1717b3b
2016-08-11 12:57:14 -03:00

8 lines
267 B
YAML

---
upgrade:
- HNAS drivers will now read configuration from cinder.conf.
deprecations:
- The XML configuration file used by the HNAS drivers is now
deprecated and will no longer be used in the future. Please
use cinder.conf for all driver configuration.