cinder.conf.sample is not up to date

Bug #1326890 reported by Anita Kuno
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Undecided
Unassigned

Bug Description

2014-05-29 20:50:48.124 | py26 runtests: commands[1] | /home/jenkins/workspace/gate-cinder-python26/tools/config/check_uptodate.sh
2014-05-29 20:50:50.103 | No handlers could be found for logger "cinder.volume.drivers.san.hp.hp_lefthand_rest_proxy"
2014-05-29 20:50:50.416 | --- /tmp/cinder.HXftlx/cinder.conf.sample 2014-05-29 20:50:50.393134172 +0000
2014-05-29 20:50:50.416 | +++ etc/cinder/cinder.conf.sample 2014-05-29 20:43:41.300134642 +0000
2014-05-29 20:50:50.416 | @@ -2016,7 +2016,7 @@
2014-05-29 20:50:50.416 | #auth_uri=<None>
2014-05-29 20:50:50.417 |
2014-05-29 20:50:50.417 | # Complete admin Identity API endpoint. This should specify
2014-05-29 20:50:50.417 | -# the unversioned root endpoint e.g. https://localhost:35357/
2014-05-29 20:50:50.417 | +# the unversioned root endpoint eg. https://localhost:35357/
2014-05-29 20:50:50.417 | # (string value)
2014-05-29 20:50:50.417 | #identity_uri=<None>
2014-05-29 20:50:50.417 |
2014-05-29 20:50:50.417 | @@ -2037,12 +2037,9 @@
2014-05-29 20:50:50.417 | # with Identity API Server. (integer value)
2014-05-29 20:50:50.418 | #http_request_max_retries=3
2014-05-29 20:50:50.418 |
2014-05-29 20:50:50.418 | -# This option is deprecated and may be removed in a future
2014-05-29 20:50:50.418 | -# release. Single shared secret with the Keystone
2014-05-29 20:50:50.418 | -# configuration used for bootstrapping a Keystone
2014-05-29 20:50:50.418 | -# installation, or otherwise bypassing the normal
2014-05-29 20:50:50.418 | -# authentication process. This option should not be used, use
2014-05-29 20:50:50.418 | -# `admin_user` and `admin_password` instead. (string value)
2014-05-29 20:50:50.418 | +# Single shared secret with the Keystone configuration used
2014-05-29 20:50:50.419 | +# for bootstrapping a Keystone installation, or otherwise
2014-05-29 20:50:50.419 | +# bypassing the normal authentication process. (string value)
2014-05-29 20:50:50.419 | #admin_token=<None>
2014-05-29 20:50:50.419 |
2014-05-29 20:50:50.419 | # Keystone account username (string value)
2014-05-29 20:50:50.419 | @@ -2094,7 +2091,7 @@
2014-05-29 20:50:50.419 | # number of revocation events combined with a low cache
2014-05-29 20:50:50.419 | # duration may significantly reduce performance. (integer
2014-05-29 20:50:50.420 | # value)
2014-05-29 20:50:50.420 | -#revocation_cache_time=10
2014-05-29 20:50:50.420 | +#revocation_cache_time=300
2014-05-29 20:50:50.420 |
2014-05-29 20:50:50.420 | # (optional) if defined, indicate whether token data should be
2014-05-29 20:50:50.420 | # authenticated or authenticated and encrypted. Acceptable
2014-05-29 20:50:50.420 | @@ -2127,23 +2124,6 @@
2014-05-29 20:50:50.420 | # value)
2014-05-29 20:50:50.420 | #enforce_token_bind=permissive
2014-05-29 20:50:50.421 |
2014-05-29 20:50:50.421 | -# If true, the revocation list will be checked for cached
2014-05-29 20:50:50.421 | -# tokens. This requires that PKI tokens are configured on the
2014-05-29 20:50:50.421 | -# Keystone server. (boolean value)
2014-05-29 20:50:50.421 | -#check_revocations_for_cached=false
2014-05-29 20:50:50.421 | -
2014-05-29 20:50:50.421 | -# Hash algorithms to use for hashing PKI tokens. This may be a
2014-05-29 20:50:50.421 | -# single algorithm or multiple. The algorithms are those
2014-05-29 20:50:50.421 | -# supported by Python standard hashlib.new(). The hashes will
2014-05-29 20:50:50.421 | -# be tried in the order given, so put the preferred one first
2014-05-29 20:50:50.421 | -# for performance. The result of the first hash will be stored
2014-05-29 20:50:50.421 | -# in the cache. This will typically be set to multiple values
2014-05-29 20:50:50.422 | -# only while migrating from a less secure algorithm to a more
2014-05-29 20:50:50.422 | -# secure one. Once all the old tokens are expired this option
2014-05-29 20:50:50.422 | -# should be set to a single value for better performance.
2014-05-29 20:50:50.422 | -# (list value)
2014-05-29 20:50:50.422 | -#hash_algorithms=md5
2014-05-29 20:50:50.422 | -
2014-05-29 20:50:50.422 |
2014-05-29 20:50:50.422 | [matchmaker_ring]
2014-05-29 20:50:50.422 |
2014-05-29 20:50:50.423 | check_uptodate.sh: cinder.conf.sample is not up to date.
2014-05-29 20:50:50.423 | check_uptodate.sh: Please run /home/jenkins/workspace/gate-cinder-python26/tools/config/generate_sample.sh.
2014-05-29 20:50:50.423 | ERROR: InvocationError: '/home/jenkins/workspace/gate-cinder-python26/tools/config/check_uptodate.sh'
2014-05-29 20:50:50.423 | ___________________________________ summary ____________________________________
2014-05-29 20:50:50.423 | ERROR: py26: commands failed

Revision history for this message
Anita Kuno (anteaya) wrote :

e-r query:
message:"cinder.conf.sample is not up to date" AND tags:"console" AND project:"openstack/cinder" AND build_queue:"gate" AND build_status:"FAILURE"

https://review.openstack.org/#/c/98180/1/queries/1326890.yaml

Revision history for this message
Matt Riedemann (mriedem) wrote :
Revision history for this message
Sean Dague (sdague) wrote :

Dropped from ER tracking

Changed in cinder:
status: New → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → juno-rc1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in cinder:
milestone: juno-rc1 → 2014.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.