<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    hi Rana<br>
    <br>
    Thanks for you quick response, really appreciate of your help.<br>
    <br>
    <div class="moz-cite-prefix">On 2016年05月27日 14:45, Sheel Rana Insaan
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAASbRnNxGpRYYFAQvFpPCBqJfFhLVvZcqOsXPv9+xZH7X3RX1A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Dear <span style="color:rgb(136,136,136)">Eli Qiao</span>,
        <div><br>
        </div>
        <div>>@Higgins team<br>
          >I workaround it by naming them as "higgi-api" and
          "higgi-cond" (seems no magic in "-i")<br>
          >Also, the api-port number as "9517", any comments?<br>
        </div>
        <div><br>
        </div>
        <div>We should update the regex.</div>
        <div>s- should be updated to ^s- @ <a moz-do-not-send="true"
href="https://github.com/openstack-dev/devstack/blob/master/lib/swift#L163">https://github.com/openstack-dev/devstack/blob/master/lib/swift#L163</a> </div>
        <div><br>
        </div>
        <div> "<span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)">[[ ,</span><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">${ENABLED_SERVICES}</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)"> </span><span class="" style="color:rgb(167,29,93);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">=~</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)"> ,</span><span class="" style="color:rgb(24,54,145);font-family:Consolas,
'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"><span class="">"</span>s-<span class="">"</span></span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)"> ]]" should be updated to </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)">[[ ,</span><span class="" style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">${ENABLED_SERVICES}</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)"> </span><span class="" style="color:rgb(167,29,93);font-family:Consolas,'Liberatio
n Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">=~</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)"> ,^</span><span class="" style="color:rgb(24,54,145);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">s-</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre;background-color:rgb(248,238,199)"> ]]"</span></div>
        <div>(this regex is still not tested, but regex update will
          work, this or that way)</div>
        <div><br>
        </div>
        <div>I will update this for swift soon in devstack after
          discussing with swift team.</div>
        <div><br>
        </div>
        <div>So, you can continue with higgins- as service name.</div>
        <div><br>
        </div>
        <div>Please let me know in case I missed, something else, you
          wanted to point.</div>
        <div><br>
        </div>
        <div>Best Regards,</div>
        <div>Sheel Rana</div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Fri, May 27, 2016 at 11:15 AM,
            taget <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:qiaoliyong@gmail.com" target="_blank">qiaoliyong@gmail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">hi
              team,<br>
              <br>
              I am working on adding devstack plugin for Higgins, meet
              some troubles.<br>
              <br>
              I named the service name as higgins-api, higgins-cond. in
              the plugin, but I found that devstack try to install swift
              service,<br>
              and I got the reason is that [1], swift plugin try to grep
              's-' in the service name, this may not so good for other
              new project which has 's-'<br>
              in it's service.<br>
              <br>
              Can we improve swift plugin to use full service name?<br>
              Is there any doc that how to naming a new service or the
              service name list of OpenStack?<br>
              <br>
              @Higgins team<br>
              I workaround it by naming them as "higgi-api" and
              "higgi-cond" (seems no magic in "-i")<br>
              Also, the api-port number as "9517", any comments?<br>
              <br>
              <br>
              [1] <a moz-do-not-send="true"
href="https://github.com/openstack-dev/devstack/blob/master/lib/swift#L163"
                rel="noreferrer" target="_blank">https://github.com/openstack-dev/devstack/blob/master/lib/swift#L163</a><span
                class=""><font color="#888888"><br>
                  <br>
                  <br>
                  -- <br>
                  Best Regards, Eli Qiao (乔立勇)<br>
                  <br>
                  <br>
__________________________________________________________________________<br>
                  OpenStack Development Mailing List (not for usage
                  questions)<br>
                  Unsubscribe: <a moz-do-not-send="true"
href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe"
                    rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
                  <a moz-do-not-send="true"
                    href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev"
                    rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
                </font></span></blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Best Regards, Eli Qiao (乔立勇)</pre>
  </body>
</html>