[dashboard] horizon conf changes to sync with Juno

Bug #1352956 reported by Mark Vanderwiel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack + Chef
Fix Released
Undecided
Mark Vanderwiel

Bug Description

To bring identity cookbook up to Juno level, there are some conf file changes that were made in the openstack base keystone project that need to be reflected in our attributes and templates:

Here's is a summary of the differences between icehouse and juno keystone conf files:

- local-settings.py
   + comments have been updated
   + added
         # OPENSTACK_API_VERSIONS = {
         # "data_processing": 1.1,

         HORIZON_CONFIG = {
    'angular_modules': [],
    'js_files': [],

OPENSTACK_CINDER_FEATURES = {
    'enable_backup': False,
}

# OPENSTACK_IMAGE_BACKEND = {
# 'image_formats': [
# ('', _('Select format')),

IMAGE_RESERVED_CUSTOM_PROPERTIES = []

#POLICY_FILES = {
# 'orchestration': 'heat_policy.json',
# 'network': 'neutron_policy.json',

LOGGING = {
    'loggers': {
        'scss': {
            'handlers': ['null'],
            'propagate': False,
        },

      + changed
SECURITY_GROUP_RULES = {
    'all_tcp': {
        'name': _('All TCP'),
    'all_udp': {
        'name': _('All UDP'),
    'all_icmp': {
        'name': _('All ICMP'),

FLAVOR_EXTRA_KEYS = {
    'flavor_keys': [
        ('quota:disk_read_bytes_sec', _('Quota: Read bytes')),
        ('quota:disk_write_bytes_sec', _('Quota: Write bytes')),
        ('quota:cpu_quota', _('Quota: CPU')),
        ('quota:cpu_period', _('Quota: CPU period')),
        ('quota:vif_inbound_average', _('Quota: Inbound average')),
        ('quota:vif_outbound_average', _('Quota: Outbound average')),
        ('hw:cpu_sockets', _('Quota: CPU sockets')),
        ('hw:cpu_cores', _('Quota: CPU cores')),
        ('hw:cpu_threads', _('Quota: CPU threads')),
        ('hw:cpu_max_sockets', _('Quota: Max CPU sockets')),
        ('hw:cpu_max_cores', _('Quota: Max CPU cores')),
        ('hw:cpu_max_threads', _('Quota: Max CPU threads')),

# SAHARA_AUTO_IP_ALLOCATION_ENABLED = False

Tags: dashboard
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cookbook-openstack-dashboard (master)

Fix proposed to branch: master
Review: https://review.openstack.org/112050

Changed in openstack-chef:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cookbook-openstack-dashboard (master)

Reviewed: https://review.openstack.org/112050
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-dashboard/commit/?id=459ced27b5d07f6c8d921c276002e695f0dce7f0
Submitter: Jenkins
Branch: master

commit 459ced27b5d07f6c8d921c276002e695f0dce7f0
Author: Mark Vanderwiel <email address hidden>
Date: Tue Aug 5 10:40:17 2014 -0500

    Update horizon local settings conf files for Juno

    * Update local_settings
      - Add in description comments
      - Add new sections
    * Update specs as needed
    * Change metadata for apache2 to < 2.0.0 since it's not
    backward compatible with 1.9.x.

    Change-Id: I455624f809ad5968a9fbef3054c1bd10bcac5378
    Closes-Bug: #1352956

Changed in openstack-chef:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cookbook-openstack-dashboard ocata-eol

This issue was fixed in the openstack/cookbook-openstack-dashboard ocata-eol release.

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.