Matching cue dashboard symbolic names to their target names

Change-Id: I1dc7736b8b8309d6fcfc6bb36f557d9d0e78646b
This commit is contained in:
Steve Leon 2015-07-29 16:33:47 -07:00
parent d23a9cc918
commit b70533421c
1 changed files with 2 additions and 2 deletions

View File

@ -269,10 +269,10 @@ function install_cuedashboard {
setup_develop $CUEDASHBOARD_DIR
if ! [ -h $DEST/horizon/openstack_dashboard/local/enabled/_70_cue_panel_group.py ]; then
ln -s $DEST/cue-dashboard/_70_0_cue_panel_group.py $DEST/horizon/openstack_dashboard/local/enabled/_70_cue_panel_group.py
ln -s $DEST/cue-dashboard/_70_cue_panel_group.py $DEST/horizon/openstack_dashboard/local/enabled/_70_cue_panel_group.py
fi
if ! [ -h $DEST/horizon/openstack_dashboard/local/enabled/_71_cue_panel.py ]; then
ln -s $DEST/cue-dashboard/_70_cue_panel.py $DEST/horizon/openstack_dashboard/local/enabled/_71_cue_panel.py
ln -s $DEST/cue-dashboard/_71_cue_panel.py $DEST/horizon/openstack_dashboard/local/enabled/_71_cue_panel.py
fi
fi
}