Rename bootstrap_admin_node.docker.sh to bootstrap_admin.node.sh

Docker mode is the default Fuel Master bootstrap type and it
is not necessary to keep the separate name.

Change-Id: I431f9c61378a477548c2ec5d35989473f910304e
Closes-Bug: #1499468
This commit is contained in:
Matthew Mosesohn 2015-10-19 14:18:10 +03:00
parent f463e1ed86
commit 44ed5b7b49
2 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ $(ISOROOT)/ks.cfg: $(SOURCE_DIR)/iso/ks.template $(SOURCE_DIR)/iso/ks.py $(KSYAM
-o $@.tmp
mv $@.tmp $@
$(ISOROOT)/bootstrap_admin_node.sh: $(SOURCE_DIR)/iso/bootstrap_admin_node.docker.sh ; $(ACTION.COPY)
$(ISOROOT)/bootstrap_admin_node.sh: $(SOURCE_DIR)/iso/bootstrap_admin_node.sh ; $(ACTION.COPY)
$(ISOROOT)/bootstrap_admin_node.conf: $(SOURCE_DIR)/iso/bootstrap_admin_node.conf ; $(ACTION.COPY)
$(ISOROOT)/send2syslog.py: $(BUILD_DIR)/repos/fuel-nailgun/bin/send2syslog.py ; $(ACTION.COPY)
$(BUILD_DIR)/repos/fuel-nailgun/bin/send2syslog.py: $(BUILD_DIR)/repos/fuel-nailgun.done