Skip to content
Snippets Groups Projects
  1. Mar 19, 2012
  2. Mar 18, 2012
    • Gabriel Hurley's avatar
      Instantiate novaclient managers for test data. · b53d0838
      Gabriel Hurley authored
      Some novaclient resources now have a "human_id" property
      which requires a call to a bound method on the manager. Thereby
      we need to instantiate the managers in the test data rather than
      simply passing the class.
      
      Fixes bug 958857.
      
      There's also some cleanup on the test settings here, to remove
      some outdated settings and to use an in-memory database instead
      of a file on disk.
      
      Change-Id: I1331e4ae5658b45d01b8247623554c5c43f67578
      b53d0838
  3. Mar 15, 2012
  4. 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
    • jakedahn's avatar
      Changes 'project settings' to a more fitting 'OpenStack Credentials' · e2a558a8
      jakedahn authored
        * fixes bug 953373
      
      Change-Id: I1546e8b3e47aea0762efe68dfbc7d233e86b26a0
      e2a558a8
    • Gabriel Hurley's avatar
      Moved ajax updating from Action to Row. · 753ebd67
      Gabriel Hurley authored
      This fixes the problem of having to "hide" the update action
      in the row's actions column. Fixes bug 948397.
      
      Additionally, added some protection for spillover between
      the attrs dictionary on action instances. Fixes bug 954592.
      
      FWIW, the code involved in the AJAX updating is largely identical,
      it's just been moved from Action to Row and had few data accessors
      renamed to account for the differing relation to Table and Row.
      This also allowed the javascript to be significantly cleaner.
      
      Change-Id: Ic8932a33ca6956a56c8eee09bb0a4d1f59e0ab3a
      753ebd67
  5. Mar 13, 2012
    • Gabriel Hurley's avatar
      User.authorized_tenants is now a cached property. · 382a5105
      Gabriel Hurley authored
      This allows moving the call to get authorized tenants out of
      the middleware (which was a wasteful call on many requests),
      and allows the value to be re-used anytime it's accessed more
      than once per request.
      
      Fixes bug 942074.
      
      Change-Id: Ic09b15adbffb16c0358bb28aec73345cc01834ad
      382a5105
  6. Mar 12, 2012
  7. Mar 11, 2012
  8. Mar 09, 2012
  9. Mar 08, 2012
  10. 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
  11. 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