chore: add cinder fork
diff --git a/docs/developer/repos.md b/docs/developer/repos.md
index b60849e..d35a504 100644
--- a/docs/developer/repos.md
+++ b/docs/developer/repos.md
@@ -51,4 +51,5 @@
apply patches to the upstream code that contain fixes which have not yet been
merged upstream. The list of forked repositories is as follows:
+* [openstack/cinder](https://github.com/vexxhost/cinder)
* [openstack/horizon](https://github.com/vexxhost/horizon)
diff --git a/internal/pkg/image_repositories/build_workflow.go b/internal/pkg/image_repositories/build_workflow.go
index da214ef..72a2ace 100644
--- a/internal/pkg/image_repositories/build_workflow.go
+++ b/internal/pkg/image_repositories/build_workflow.go
@@ -6,8 +6,9 @@
)
var FORKED_PROJECTS map[string]bool = map[string]bool{
- "keystone": true,
+ "cinder": true,
"horizon": true,
+ "keystone": true,
}
var EXTRAS map[string]string = map[string]string{}
var PROFILES map[string]string = map[string]string{