Skip to content

Commit 313b31b

Browse files
committed
feat: Include openapi spec into the openstack_types
In order to do more tests of the sdk/cli/types it is necessary to have a convenient access to the source openapi spec. Copy this into the `openstack_types/data`. Change-Id: Ica1849dc81e77d05f277a14bb00030485c704ba2 Changes are triggered by https://review.opendev.org/948794
1 parent 4ed64d3 commit 313b31b

File tree

33 files changed

+316820
-2
lines changed

33 files changed

+316820
-2
lines changed

openstack_types/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default = [
2222
"load_balancer",
2323
"network",
2424
"object_store",
25-
"placement"
25+
"placement",
2626
]
2727
block_storage = []
2828
compute = []
@@ -34,6 +34,8 @@ load_balancer = []
3434
network = []
3535
object_store = []
3636
placement = []
37+
# include openapi specs
38+
openapi = []
3739

3840
[dependencies]
3941
chrono = { workspace= true }

0 commit comments

Comments
 (0)