yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87492
[Bug 1948393] [NEW] useless configuration options in 'nova.conf'
Public bug reported:
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_retry_delay = <None>
#status_code_retries = <None>
#status_code_retry_delay = <None>
=======================================
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/nova/conf/glance.py), but could not find them.
let me know if this is a known issue. could not find any duplicate bug
for this.
Nova release version: Train
** Affects: nova
Importance: Undecided
Status: New
** Tags: glance
** Tags added: glance
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1948393
Title:
useless configuration options in 'nova.conf'
Status in OpenStack Compute (nova):
New
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_retry_delay = <None>
#status_code_retries = <None>
#status_code_retry_delay = <None>
=======================================
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/nova/conf/glance.py), but could not find them.
let me know if this is a known issue. could not find any duplicate bug
for this.
Nova release version: Train
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1948393/+subscriptions
Follow ups