<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    Might not be related but when we upgraded from Queens to Rocky the
    Cinder API stopped<br>
    working when requests with query parameters in the URL were passed,
    the API just responded<br>
    with 400 bad request, but without query parameters the request
    worked.<br>
    <br>
    We ended up having to add the resource_filters.json file to
    /etc/cinder directory which was not<br>
    in the cinder RDO package, have a patch up for that [1].<br>
    <br>
    We fixed it manually in our upgrade workflow with Ansible.<br>
    <br>
    - name: check cinder resource_filters.json file<br>
      stat: path=/etc/cinder/resource_filters.json<br>
      register: resource_filters_file<br>
    <br>
    - name: download cinder resource_filters.json if not exist<br>
      get_url:<br>
        url:
<a class="moz-txt-link-rfc2396E" href="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/resource_filters.json?h=stable/{{openstack_version|lower}}">"https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/resource_filters.json?h=stable/{{
    openstack_version | lower }}"</a><br>
        dest: /etc/cinder/resource_filters.json<br>
        owner: root<br>
        group: cinder<br>
        mode: 0644<br>
      when: not resource_filters_file.stat.exists<br>
    <br>
    Best regards<br>
    Tobias<br>
    <br>
    [1] <a class="moz-txt-link-freetext" href="https://review.rdoproject.org/r/#/c/16448/">https://review.rdoproject.org/r/#/c/16448/</a><br>
    <br>
    <div class="moz-cite-prefix">On 10/15/2018 02:31 PM, Tzach Shefi
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAPDjLX_OCs4Q1rvXsTXNJNR714WnipDuGpC5fUwKgzHdK0D_Hw@mail.gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">Hey Cody, 
        <div><br>
        </div>
        <div>Sorry for delay, just getting back up to speed.  </div>
        <div>I just checked on my Rocky (OPSD) deployment same issue
          with Cinder/Horizon. </div>
        <div>In my case I created a new project/user (as _member_)</div>
        <div>Creating an empty volume fails with same errors you
          reported:</div>
        <div>
          <div class="gmail_default"
            style="font-family:arial,helvetica,sans-serif">Error: Unable
            to retrieve volumes</div>
          <div class="gmail_default"
            style="font-family:arial,helvetica,sans-serif">Error: Unable
            to retrieve volume snapshots</div>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif"><br>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">Checking with
          folks here, I'll get back to you with an answer. </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif"><br>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">Tzach </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif"><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr">On Fri, Oct 12, 2018 at 2:57 AM Cody <<a
            href="mailto:codeology.lab@gmail.com" target="_blank"
            moz-do-not-send="true">codeology.lab@gmail.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div dir="ltr">
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Hello
              everyone,</div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Lately I
              run into two problems with using TripleO to deploy
              OpenStack (Queens). One of them is that users with
              _member_ or member roles appear to be unable to use
              cinder-volume service via the Dashboard (Horizon). <br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">For any
              projects, users with either _member_ or member role
              received following pop-up error messages while trying to
              launch instances:
              <br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Error:
              Unable to retrieve volumes</div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Error:
              Unable to retrieve volume snapshots</div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">There is
              also no volume option to choose from the drop-down menu in
              the Source sector, although the bootable volume is present
              and publicly accessible.</div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">It doesn't
              affect the same users using CLI - they can create volumes
              or boot instances from volume normally from the command
              line.</div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">The issue
              is reproducible and consistent with varied cluster
              configurations and cinder backends (nfs, file, rbd).  
              <br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Has anyone
              else encountered the same experience?<br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Best
              regards,</div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif">Cody<br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
            <div class="gmail_default"
              style="font-family:arial,helvetica,sans-serif"><br>
            </div>
          </div>
          _______________________________________________<br>
          users mailing list<br>
          <a href="mailto:users@lists.rdoproject.org" target="_blank"
            moz-do-not-send="true">users@lists.rdoproject.org</a><br>
          <a href="http://lists.rdoproject.org/mailman/listinfo/users"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.rdoproject.org/mailman/listinfo/users</a><br>
          <br>
          To unsubscribe: <a
            href="mailto:users-unsubscribe@lists.rdoproject.org"
            target="_blank" moz-do-not-send="true">
            users-unsubscribe@lists.rdoproject.org</a><br>
        </blockquote>
      </div>
      <br clear="all">
      <div><br>
      </div>
      -- <br>
      <div dir="ltr" class="m_-38525323631712440gmail_signature"
        data-smartmail="gmail_signature">
        <div dir="ltr">
          <div>
            <div dir="ltr">
              <div>
                <p
style="font-weight:bold;margin:0;padding:0;font-size:14px;text-transform:uppercase;margin-bottom:0"><span>Tzach</span>
                  <span>Shefi</span></p>
                <p style="font-weight:normal;font-size:10px;margin:0px
                  0px 4px;text-transform:uppercase">
                  <span>Senior Quality Engineer</span><span
                    style="color:rgb(204,204,204)">, <span
                      style="font-weight:normal;color:#aaa;margin:0">
                      RHCSA</span></span></p>
                <p
                  style="font-weight:normal;margin:0;font-size:10px;color:#999"><a
style="color:#0088ce;font-size:10px;margin:0;text-decoration:none;font-family:'overpass',sans-serif"
                    href="https://www.redhat.com" target="_blank"
                    moz-do-not-send="true">Red Hat
                    <span><br>
                      <br>
                    </span></a></p>
                <p style="font-weight:normal;margin:0px 0px
                  6px;font-size:10px;color:rgb(153,153,153)">
                  <span style="margin:0px;padding:0px"><a
style="color:#0088ce;font-size:10px;margin:0;text-decoration:none;font-family:'overpass',sans-serif"
                      href="mailto:tshefi@redaht.com" target="_blank"
                      moz-do-not-send="true">tshefi@redaht.com</a>   </span>
                  <span>M: <a href="tel:+972-54-4701080"
style="color:#0088ce;font-size:11px;margin:0;text-decoration:none;font-family:'overpass',sans-serif"
                      target="_blank" moz-do-not-send="true">
                      +972-54-4701080</a>    </span> <span>IM: <span>tshefi</span></span></p>
                <table border="0">
                  <tbody>
                    <tr>
                      <td width="100px"><a href="https://red.ht/sig"
                          target="_blank" moz-do-not-send="true"><img
                            src="https://www.redhat.com/files/brand/email/sig-redhat.png"
                            moz-do-not-send="true" height="auto"
                            width="90"></a>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </div>
              <span></span></div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>