[Devstack] remove etc/sysinv/crushmap.bin install in devstack

https://review.openstack.org/#/c/629512/ removed crushamp.bin
so remove this bin file in devstack accordingly.

Depends-on: https://review.openstack.org/632897
Change-Id: I743dd6de2c5351a2b3a6a5fb114360361429e664
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2019-01-24 10:10:05 +08:00
parent c8a7dc76a2
commit 386750136c
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ function install_sysinv {
sudo install -d -m 755 $SYSINV_CONF_DIR
sudo install -p -D -m 755 $SYSINV_DIR/etc/sysinv/policy.json $SYSINV_CONF_DIR/policy.json
sudo install -p -D -m 640 $SYSINV_DIR/etc/sysinv/profileSchema.xsd $SYSINV_CONF_DIR/profileSchema.xsd
sudo install -p -D -m 655 $SYSINV_DIR/etc/sysinv/crushmap.bin $SYSINV_CONF_DIR/crushmap.bin
sudo install -d -m 755 $SYSINV_ETC_MOTDD
sudo install -p -D -m 755 $SYSINV_DIR/etc/sysinv/motd-system $SYSINV_ETC_MOTDD/10-system
sudo install -d -m 755 $SYSINV_CONF_DIR/upgrades