useless configuration options in 'nova.conf'
Bug #1948393 reported by
Rahul Singh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
Unassigned | ||
OpenStack Compute (nova) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I was trying to add a retry for glance operations via nova. I came across below options defined in the conf:
[glance]
..
#connect_retries = <None>
#connect_
#status_
#status_
=======
I tried to set some value for `connect_retries` and tried to reproduce a connection error for the snapshot upload. Somehow the `connect_retries` value is not getting picked up. I tried to search these options in
the code also(nova/
let me know if this is a known issue. could not find any duplicate bug for this.
Nova release version: Train
tags: | added: glance |
To post a comment you must log in.
This looks a glanceclient issue, nope ?