| Summary: | backport the metadata_cache_expiration config option to avoid hardcoded value of 15s | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Sven Anderson <svanders> | ||||
| Component: | openstack-nova | Assignee: | Sven Anderson <svanders> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.0 (RHEL 7) | CC: | berrange, dasmith, dcadzow, eglynn, kchamart, ndipanov, nlevinki, sbauza, sferdjao, sgordon, vromanso, yeylon | ||||
| Target Milestone: | async | Keywords: | FeatureBackport, ZStream | ||||
| Target Release: | 6.0 (Juno) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openstack-nova-2014.2.3-54.el7ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1302401 | Environment: | |||||
| Last Closed: | 2016-02-22 12:34:51 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | 1302401 | ||||||
| Bug Blocks: | 1302811 | ||||||
| Attachments: |
|
||||||
|
Comment 1
Sven Anderson
2016-02-01 13:48:33 UTC
Created attachment 1120911 [details]
Nova startup logs
Verified as follows - No error observed during nova startup with the option metadata_cache_expiration defined in /etc/nova/nova.conf. ************ Version ************ [root@a-b-c-d nova(keystone_admin)]# yum list installed | grep openstack-nova openstack-nova-api.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-cert.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-common.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-compute.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-conductor.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-console.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-novncproxy.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle openstack-nova-scheduler.noarch 2014.2.3-54.el7ost @rhelosp-6.0-puddle [root@a-b-c-d nova(keystone_admin)]# ******** Logs ******** [root@a-b-c-d nova(keystone_admin)]# grep "metadata_cache" /etc/nova/nova.conf metadata_cache_expiration = 15 [root@a-b-c-d nova(keystone_admin)]# [root@a-b-c-d nova(keystone_admin)]# openstack-service restart nova P.S: Nova startup logs has been attached as nova-startup-logs.txt Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0283.html |