We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f13ac + 16a463a commit dde15d9Copy full SHA for dde15d9
.zuul.yaml
@@ -585,6 +585,15 @@
585
GLANCE_STANDALONE: True
586
GLANCE_USE_IMPORT_WORKFLOW: True
587
DEVSTACK_PARALLEL: True
588
+ # NOTE(danms): This job is pretty heavy as it is, so we disable some
589
+ # services that are not relevant to the nova-glance-ceph scenario
590
+ # that this job is intended to validate.
591
+ devstack_services:
592
+ c-bak: false
593
+ s-account: false
594
+ s-container: false
595
+ s-object: false
596
+ s-proxy: false
597
devstack_local_conf:
598
post-config:
599
$NOVA_CONF:
0 commit comments