-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libvirt: remove scality volume driver
The Scality volume driver was removed from Cinder in Ocata: a931f9db79554630d8d71fcff1334bb4e37cb398 It's unmaintained and therefore no longer supported, and won't even work with recent Cinder, so let's remove it. Change-Id: I0cfa0c4b3d7138f989225a44bdedfa716a035a14
- Loading branch information
Showing
6 changed files
with
16 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
releasenotes/notes/remove-scality-volume-driver-21ff4832d0d3f28e.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The ``nova.virt.libvirt.volume.scality.LibvirtScalityVolumeDriver`` volume | ||
driver has been removed. The Scality volume driver in Cinder was deprecated | ||
during the Newton release and was removed from Cinder in the Ocata release | ||
so it is effectively not maintained and therefore no longer supported. | ||
- | | ||
The following configuration options, previously found in the ``libvirt`` | ||
group, have been removed: | ||
- ``scality_sofs_config`` | ||
- ``scality_sofs_mount_point`` | ||
These were used by the now-removed ``LibvirtScalityVolumeDriver`` volume | ||
driver and therefore no longer had any effect. |