grizzly: nova multi_instance_display_name_template

Bug #1128544 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

If https://review.openstack.org/#/c/21386/ is merged, a new configuration option/feature is added to nova - the ability to specifying a naming template for use when starting multiple instances in one request.

   89 cfg.StrOpt('multi_instance_display_name_template',
   90 default='%(name)s-%(uuid)s',
   91 help='When creating multiple instances with a single request '
   92 'using the os-multiple-create API extension, this '
   93 'template will be used to build the display name for '
   94 'each instance. The benefit is that the instances '
   95 'end up with different hostnames. To restore legacy '
   96 'behavior of every instance having the same name, set '
   97 'this option to "%(name)s". Valid keys for the '
   98 'template are: name, uuid, count.'),
 89 ] 99 ]

    This patch introduces a new configuration option,
    multi_instance_display_name_template, which makes
    it so that all instances are given a unique
    display_name and hostname when requesting that
    multiple instances get created at the same time.

https://blueprints.launchpad.net/nova/+spec/multi-boot-instance-naming

Tags: nova
Tom Fifield (fifieldt)
tags: added: nova
Changed in openstack-manuals:
milestone: none → grizzly
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Tom Fifield (fifieldt) wrote :
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/24052
Committed: http://github.com/openstack/openstack-manuals/commit/16d13688174e87e8208242ffbd6e61cbad38a812
Submitter: Jenkins
Branch: master

commit 16d13688174e87e8208242ffbd6e61cbad38a812
Author: Tom Fifield <email address hidden>
Date: Mon Mar 11 21:52:39 2013 +1100

    Doc multi_instance_display_name_template option

    fixes bug 1128544

    multi_instance_display_name_template is a new option to grizzly,
    which this patch documents

    unrelated to the bug report, security_group_api was missing, so
    this was added too

    patch2 clarifies wording

    Change-Id: I0cf9615bdc1cda0aaae0bf383f5d598d9b41c543

Changed in openstack-manuals:
status: In Progress → Fix Released
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.