5afb5d33ed
This change removes the signature_utils module from Glance and uses the cursive library, which contains an identical module. Change-Id: I80fcafa528b87a83b90ed7c0e4c0db9228852bc2 Depends-On: Ic3ffb6b318dc2ac6c9d3a60bed5198fd4d40e318 Partial-Bug: #1528349
17 lines
868 B
YAML
17 lines
868 B
YAML
---
|
|
prelude: >
|
|
Glance and Nova contain nearly identical digital signature modules. In
|
|
order to better maintain and evolve this code and to eliminate
|
|
the possibility that the modules diverge, we propose removing this code
|
|
and instead using the new cursive library. Please read the other section
|
|
for more details.
|
|
other:
|
|
- The cursive library is an OpenStack project which implements
|
|
OpenStack-specific verification of digital signatures. In Newton, the
|
|
majority of the signature verification code was removed from Glance.
|
|
Cursive has been added to Glance as a dependency and will be installed by
|
|
default. Glance uses the Cursive library's functionality to verify digital
|
|
signatures. To familiarize yourself with this new dependency and see the
|
|
list of transitive dependencies visit
|
|
https://github.com/openstack/cursive
|