The issue gone after the desktop reboot ** Changed in: horizon Status: Incomplete => Invalid
-- 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/1373391 Title: bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT Status in OpenStack Dashboard (Horizon): Invalid Bug description: Error during template rendering In template /opt/stack/horizon/openstack_dashboard/templates/_stylesheets.html, error at line 3 'horizon/lib/bootstrap_datepicker/datepicker3.css' could not be found in the COMPRESS_ROOT '/opt/stack/horizon/static' or with staticfiles. 1 {% load compress %} 2 3 {% compress css %} 4 <link href='{{ STATIC_URL }}dashboard/scss/horizon.scss' type='text/scss' media='screen' rel='stylesheet' /> 5 <link href='{{ STATIC_URL }}dashboard/css/rickshaw.css' type='text/css' media='screen' rel='stylesheet' /> 6 <link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/css' media='screen' rel='stylesheet' /> 7 <link href='{{ STATIC_URL }}dashboard/scss/horizon_charts.scss' type='text/scss' media='screen' rel='stylesheet' /> 8 <link href='{{ STATIC_URL }}dashboard/scss/horizon_workflow.scss' type='text/scss' media='screen' rel='stylesheet' /> 9 <link href="{{ STATIC_URL }}horizon/lib/font-awesome/scss/font-awesome.scss" type="text/scss" media="screen" rel="stylesheet" /> 10 {% endcompress %} 11 12 <link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/> To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1373391/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp