karbor/doc/source/specs/available_protectables.pu
Saggi Mizrahi ef71a5b311 Pluggable protection provider doc
Change-Id: I64dce168322cf607951bada5ac0eb19f80c4b09e
2016-02-15 14:35:39 +02:00

27 lines
679 B
Plaintext

@startuml
title Smaug Protectables
hide circle
legend top
This file contains the dependecy between protectables in the default
distribution of Smaug. The arrows, similar to inheritance point to the parent
since Protectables define what types they depend on so this reflects who is
responsible for the connection.
endlegend
class OS::Glance::Image extends OS::Nova::Server, OS::Keystone::Project
class OS::Cinder::Volume extends OS::Nova::Server, OS::Keystone::Project
class OS::Nova::Server extends OS::Keystone::Project
class OS::Keystone::Project
class OS::Neutron::Topology extends OS::Keystone::Project
class OS::Manila::Share extends OS::Keystone::Project
@enduml