Change cinder-state-transition-timeout default value to 300

The defaults for cinder-state-transition-timeout in openstack
glance is 300. Change the charm configuration as well to set
the same value.

Related-Bug: #1905042
Change-Id: I8add26e9fc23dffac75ded29673d50c7fcc48a6f
This commit is contained in:
Hemanth Nakkina 2022-04-21 09:58:34 +05:30
parent be13489b15
commit df4ef60bec
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ options:
Number of cinderclient retries on failed http calls.
cinder-state-transition-timeout:
type: int
default: 30
default: 300
description: |
Time period of time in seconds to wait for a cinder volume transition
to complete.