Skip to content
Snippets Groups Projects
  1. Mar 19, 2012
    • Gabriel Hurley's avatar
      Adds service name to services table. · 8ea84225
      Gabriel Hurley authored
      Also moves most of the logic to a Service wrapper class to make it
      reusable. Adds tests for the new service class as well as the
      syspanel services view.
      
      Fixes bug 956552.
      
      Change-Id: I9407578bb27f3fe0765397793f2de03ed084637b
      8ea84225
    • Gabriel Hurley's avatar
      Paring down the syspanel instances table. · 19ef5130
      Gabriel Hurley authored
      There was simply too much information in that table to be usable.
      It probably still needs to lose more weight in favor of moving things
      to a more admin-oriented detail page. However, we need to get real user
      feedback on what data is critical for the overview vs. what can be in
      a detail page.
      
      Fixes bug 944506.
      
      Change-Id: Iaad218bc6ed6647645c5943920467bec097a0a2d
      19ef5130
  2. Mar 16, 2012
  3. Mar 14, 2012
    • jakedahn's avatar
      Updating ec2 credentials verbiage. · 7d6089b8
      jakedahn authored
        * Makes it more clear that you are also receiving your access
          and secret key in an rc file, instead of just your x509 certs.
        * If user already has ec2 credentials, return them, otherwise create.
          Prior to this fix, every time you downloaded a new bundle, you would get
          a new access/secret key pair.
        * Fixes bug 947647
        * Fixes bug 953530
      
      Change-Id: Ifdbdf0036bfbaacae2e525fd6791f83aa947f3ff
      7d6089b8
  4. Mar 13, 2012
  5. Mar 12, 2012
  6. Mar 09, 2012
  7. Mar 08, 2012
  8. Mar 06, 2012
    • Gabriel Hurley's avatar
      Removed "networks" panel from Horizon. · 009a5de2
      Gabriel Hurley authored
      While this functionality will eventually be restored to Horizon,
      when it does it will be in a significantly revamped and improved
      form. For the Essex release, the amount of work required to get it
      where it needs to be is too great and so it has regrettably been
      cut from the current lineup of panels. :-(
      
      Change-Id: I9c8b6e31303461a35270bea8d1ed30ad0ae6ed93
      009a5de2
  9. Feb 29, 2012
    • Gabriel Hurley's avatar
      Unifies the project packaging into one set of modules. · 052aa55d
      Gabriel Hurley authored
      There are no longer two separate projects living inside the horizon
      repository. There is a single project now with a single setup.py,
      single README, etc.
      
      The openstack-dashboard/dashboard django project is now named
      "openstack_dashboard" and lives as an example project in the
      topmost horizon directory.
      
      The "horizon/horizon" directory has been bumped up a level and now
      is directly on the path when the root horizon directory is on
      your python path.
      
      Javascript media which the horizon module directly relies upon
      now ships in the horizon/static dir rather than
      openstack-dashboard/dashboard/static.
      
      All the corresponding setup, installation, build, and env scripts
      have been updated accordingly.
      
      Implements blueprint unified-packaging.
      
      Change-Id: Ieed8e3c777432cd046c3e0298869a9428756ab62
      052aa55d
Loading