[compute]Add attributes for serial console

Bug #1470025 reported by Zhe Jiang
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack + Chef
Won't Fix
Medium
Zhe Jiang

Bug Description

Interactive web-based serial consoles has been implemented since Juno release, we need to make it configurable through chef.

The attributes goes into seiral_console section of nova.conf, including base_url, enabled, port_range, proxyclient_address.

Tags: compute
Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

Serial options ref: https://github.com/openstack/nova/blob/4cf6ef68199183697a0209751575f88fe5b2a733/nova/console/serial.py#L33

cfg.BoolOpt('enabled',
                default=False,
                help='Enable serial console related features'),
    cfg.StrOpt('port_range',
                default=DEFAULT_PORT_RANGE,
                help='Range of TCP ports to use for serial ports '
                     'on compute hosts'),
    cfg.StrOpt('base_url',
               default='ws://127.0.0.1:6083/',
               help='Location of serial console proxy.'),
    cfg.StrOpt('listen',
               default='127.0.0.1',
               help='IP address on which instance serial console '
                    'should listen'),
    cfg.StrOpt('proxyclient_address',
               default='127.0.0.1',
               help='The address to which proxy clients '
                    '(like nova-serialproxy) should connect'),

tags: added: compute
Changed in openstack-chef:
status: New → Triaged
importance: Undecided → Medium
Changed in openstack-chef:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cookbook-openstack-common (master)

Reviewed: https://review.openstack.org/198269
Committed: https://git.openstack.org/cgit/openstack/cookbook-openstack-common/commit/?id=56aa16500c4369710e86907d007521843c4f1585
Submitter: Jenkins
Branch: master

commit 56aa16500c4369710e86907d007521843c4f1585
Author: Zhe Jiang <email address hidden>
Date: Fri Jul 3 17:02:28 2015 +0800

    Add serial console proxy to common endpoints

    This patch will be followed by one for compute to make use of these
    new endpoints.

    Partial-Bug: #1470025

    Change-Id: I9c4061ea196a511f7fb306f3130db75f4ba52ff1

Changed in openstack-chef:
milestone: none → liberity-rc1
Zhe Jiang (ianch)
Changed in openstack-chef:
status: In Progress → Fix Released
status: Fix Released → In Progress
Revision history for this message
Dr. Jens Harbott (j-harbott) wrote :

The object-storage cookbook has been retired.

Changed in openstack-chef:
status: In Progress → Won't Fix
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.