<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    In our OS deployment we do not use the "Object Store/Containers"
    functionality.  I am attempting to remove it from the
    openstack_dashboard Horizon instance, but without luck.  I have
    followed the instructions here:<br>
    <br>
        <font face="Courier New, Courier, monospace"><a class="moz-txt-link-freetext" href="http://docs.openstack.org/developer/horizon/topics/customizing.html">http://docs.openstack.org/developer/horizon/topics/customizing.html</a><br>
    </font><br>
    and have in my overrides file:<br>
    <br>
    <blockquote><font face="Courier New, Courier, monospace">import
        horizon<br>
        <br>
horizon.Horizon.unregister_panel(horizon.Horizon.get_default_dashboard(),<br>
                             
        horizon.dashboards.nova.dashboard.ObjectStorePanels)<br>
      </font></blockquote>
    <br>
    However this does not work (I get a 'panel slug "nova" not
    registered' error).  I've tried a few variations on this and dug
    around the documentation to see how I could *directly* un-register
    the ObjectStorePanels panel group, but I can't figure out how to do
    this.<br>
    <br>
    Suggestions warmly received.<br>
    <br>
    Ian<br>
  </body>
</html>