<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><pre class="GKSE20JDM3 changeScreenDescription" style="font-size: 9pt; margin-top: 0px; margin-bottom: 0px; background-color: rgb(255, 255, 255); position: static; z-index: auto;"><font face="Helvetica">Currently when booting multiple instances, the instance display-names will be something like 'test-1,test-2' if we set<br>multi_instance_display_name_template = %(name)s-%(count)s. Here is the problem, if we need more instances </font></pre><pre class="GKSE20JDM3 changeScreenDescription" style="margin-top: 0px; margin-bottom: 0px; background-color: rgb(255, 255, 255); position: static; z-index: auto;"><font face="Helvetica" style="font-size: 9pt;">and want the instance names start with 'test-3', there is no such way to do so now.</font><div style="font-size: 9pt; margin-top: 0px; padding-top: 0px;"><font face="Helvetica"><br class="webkit-block-placeholder"></font></div><font face="Helvetica"><span style="font-size: 9pt;">So a new template is introduced to solve the issue: '%(name)s-%(index)s</span>’<span style="font-size: 9pt;"> If we enter instance name like `test-12`</span></font></pre><pre class="GKSE20JDM3 changeScreenDescription" style="margin-top: 0px; margin-bottom: 0px; background-color: rgb(255, 255, 255); position: static; z-index: auto;"><font face="Helvetica"><span style="font-size: 9pt;">when booting multiple instances, the display name of the remaining instances will be auto plus with 1 and begin with `12`.</span></font></pre><div><br></div><div>And here is the patch related to this: <a href="https://review.openstack.org/#/c/111138/">https://review.openstack.org/#/c/111138/</a>, i’m proposing this</div><div>for discussion as Andrew suggested, any feedback would be appreciated, thanks!</div></body></html>