Uploaded image for project: 'RHOS Request for Features'
  1. RHOS Request for Features
  2. RHOSRFE-203

[RFE] Only nova doesn't support OpenStackControlPlane.spec.nova.template.customServiceConfig

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • Compute
    • None
    • Moderate
    • False
    • False
    • Hide

      None

      Show
      None

      To Reproduce Steps to reproduce the behavior:

      1. Modify OpenStackControlPlane resource using "oc edit" with the following content:
        spec:
          nova:  
            template:
              customServiceConfig: |
                [DEFAULT]
                debug=True
          keystone:  
            template:
              customServiceConfig: |
                [DEFAULT]
                debug=True
      1. customServiceConfig is applied on keystene while customServiceConfig is not applied on nova

      Expected behavior

      • customServiceConfig works in nova

      Bug impact

      • It's better to be able to configure spec.<service>.template.customServiceConfig on all services. Currently only nova doesn't support it as far as I checked.
      • For example https://access.redhat.com/solutions/7109382 describes how to enable debug logs with a unified way for each service, but it doesn't work only for Nova

      Known workaround

      • Configure customServiceConfig on each nova service, like spec.nova.template.apiServiceTemplate.customServiceConfig 

      Additional context

              egallen Erwan Gallen
              rhn-support-yatanaka Yamato Tanaka
              rhos-workloads-compute
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: