← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1416004] [NEW] horizon missing static dir for angular cookies

 

Public bug reported:

I have found issues where the angular cookies js file is not being
found, unless I include this in my settings file:

import xstatic.pkg.angular_cookies
...

STATICFILES_DIRS.append(('horizon/lib/angular',
            xstatic.main.XStatic(xstatic.pkg.angular_cookies).base_dir))

** Affects: horizon
     Importance: Undecided
         Status: New

** Description changed:

  I have found issues where the angular cookies js file is not being
  found, unless I include this in the static settings file:
  
  import xstatic.pkg.angular_cookies
  ...
  
  STATICFILES_DIRS.append(('horizon/lib/angular',
-                          xstatic.main.XStatic(xstatic.pkg.angular_cookies).base_dir))
+             xstatic.main.XStatic(xstatic.pkg.angular_cookies).base_dir))

** Description changed:

  I have found issues where the angular cookies js file is not being
- found, unless I include this in the static settings file:
+ found, unless I include this in my settings file:
  
  import xstatic.pkg.angular_cookies
  ...
  
  STATICFILES_DIRS.append(('horizon/lib/angular',
              xstatic.main.XStatic(xstatic.pkg.angular_cookies).base_dir))

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1416004

Title:
  horizon missing static dir for angular cookies

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  I have found issues where the angular cookies js file is not being
  found, unless I include this in my settings file:

  import xstatic.pkg.angular_cookies
  ...

  STATICFILES_DIRS.append(('horizon/lib/angular',
              xstatic.main.XStatic(xstatic.pkg.angular_cookies).base_dir))

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1416004/+subscriptions


Follow ups

References