Skip to content
Snippets Groups Projects
  1. Mar 20, 2012
    • Thierry Carrez's avatar
      Final versioning for 2012.1 · 97fc4f88
      Thierry Carrez authored
      Set Final=True on 2012.1 as we cut RC1.
      
      Change-Id: Ie09be4da5945e8d0b884f96d07e7efab283eee6b
      essex-rc1
      97fc4f88
    • Gabriel Hurley's avatar
      Corrects glance image action permissions. · 2a511715
      Gabriel Hurley authored
        * Admins have full permissions to edit and delete images
          from syspanel, plus Glance's client returns a proper
          403 error instead of 401, so inappropriate access no longer
          logs the user out inappropriately. Fixes bug 955744.
        * Regular users can edit and delete if their tenant owns the
          image. Fixes bug 950364 and fixes bug 737360.
      
      Note, this requires the latest version of Glance.
      
      Change-Id: Ib816d7e6e1320a9024c5dbe95b04249291ec0463
      2a511715
  2. Mar 19, 2012
  3. 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
  4. Mar 17, 2012
  5. Mar 16, 2012
  6. Mar 15, 2012
  7. 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
      Added IDs and identifiable classes to all action buttons. · cb8f3ddf
      Gabriel Hurley authored
      Fixes bug 953483.
      
      Change-Id: Ie6b858a9a595d024f71ca372a11b97a454b3b1e8
      cb8f3ddf
    • Andy Chong's avatar
      set minimum instance launch count to 1 · 5a2da5d7
      Andy Chong authored
       * added assertion test for form errors
      
      Change-Id: I573a459facfbad6980390d97b26f490613cabc87
      5a2da5d7
    • Emma Steimann's avatar
      Created a new detail view for volumes (like instance details). · 56d98e5f
      Emma Steimann authored
        * fixes bug 944497 and fixes bug 953464.
      
      Change-Id: Idea17ab07f4fa46b72af6b54017899cbfe7e6ef0
      56d98e5f
    • 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
  8. Mar 13, 2012
Loading