<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09/11/2014 05:17 AM, Kaul, Yaniv
      wrote:<br>
    </div>
    <blockquote
      cite="mid:648473255763364B961A02AC3BE1060D03C584D647@MX19A.corp.emc.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:#1F497D">And it seems to
            be a bit broken on my platform (6.5, IceHouse):<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">tools/config_tempest.py
            --create identity.uri <a moz-do-not-send="true"
              href="http://10.103.234.141:5000/v2.0/">http://10.103.234.141:5000/v2.0/</a>
            identity.admin_username admin identity.admin_password secret
            identity.admin_tenant_name admin<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">/usr/lib64/python2.6/site-packages/Crypto/Util/number.py:57:
            PowmInsecureWarning: Not using mpz_powm_sec.  You should
            rebuild using libgmp >= 5 to avoid timing attack
            vulnerability.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">  _warn("Not
            using mpz_powm_sec.  You should rebuild using libgmp >= 5
            to avoid timing attack vulnerability.", PowmInsecureWarning)<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">Traceback (most
            recent call last):<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">  File
            "tools/config_tempest.py", line 31, in <module><o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">    from
            tempest.common import api_discovery<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">ImportError: No
            module named tempest.common<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
      </div>
    </blockquote>
    icehouse-devel was a branch being used prior to having complete
    end-to-end testing. The above traceback should be fixed now but we
    will soon merge icehouse-devel to the icehouse branch. We are
    creating an rpm for tempest which can be used instead of pulling
    from git and will be more stable. I'm not sure what is causing the
    warnings.<br>
    <br>
     -David<br>
    <blockquote
      cite="mid:648473255763364B961A02AC3BE1060D03C584D647@MX19A.corp.emc.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <div style="border:none;border-left:solid blue 1.5pt;padding:0cm
          0cm 0cm 4.0pt">
          <div>
            <div style="border:none;border-top:solid #B5C4DF
              1.0pt;padding:3.0pt 0cm 0cm 0cm">
              <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">
                  Kaul, Yaniv <br>
                  <b>Sent:</b> Thursday, September 11, 2014 9:19 AM<br>
                  <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:rdo-list@redhat.com">rdo-list@redhat.com</a><br>
                  <b>Subject:</b> icehouse-devel branch of
                  redhat-openstack/tempest<o:p></o:p></span></p>
            </div>
          </div>
          <p class="MsoNormal"><o:p> </o:p></p>
          <p class="MsoNormal">In <a moz-do-not-send="true"
              href="https://github.com/redhat-openstack/tempest">https://github.com/redhat-openstack/tempest</a>
            , seems like the only activity is on that branch. Is that
            still IceHouse-compatible? Can anyone enlighten me on what
            the changes are?<o:p></o:p></p>
          <p class="MsoNormal">TIA,<o:p></o:p></p>
          <p class="MsoNormal">Y.<o:p></o:p></p>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Rdo-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/rdo-list">https://www.redhat.com/mailman/listinfo/rdo-list</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>