Data model: Remove link between CloudProvider and ControlPlane
This commit is contained in:
parent
7f200b974b
commit
abf18249bc
1 changed files with 0 additions and 7 deletions
|
@ -74,13 +74,6 @@ class CloudProvider(models.Model):
|
|||
)
|
||||
external_links = models.JSONField(blank=True, verbose_name=_("External links"))
|
||||
|
||||
control_plane = models.ForeignKey(
|
||||
to="ControlPlane",
|
||||
on_delete=models.PROTECT,
|
||||
related_name="service_providers",
|
||||
verbose_name=_("Control plane"),
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue