fix path of vitrage dir creation
Change-Id: I163ea7a2506462d60d644bd26825055072484db8
This commit is contained in:
parent
7091d3cad3
commit
54e3b08433
@ -117,9 +117,9 @@ function configure_vitrage {
|
||||
cp $VITRAGE_DIR/etc/vitrage/*.sample.json $VITRAGE_CONF_DIR
|
||||
|
||||
# create some folders
|
||||
mkdir -p /etc/states_plugins
|
||||
mkdir -p /etc/static_plugins
|
||||
mkdir -p /etc/templates
|
||||
mkdir -p $VITRAGE_CONF_DIR/states_plugins
|
||||
mkdir -p $VITRAGE_CONF_DIR/static_plugins
|
||||
mkdir -p $VITRAGE_CONF_DIR/templates
|
||||
|
||||
# copy plugins
|
||||
cp $VITRAGE_DIR/etc/vitrage/states_plugins/*.yaml $VITRAGE_CONF_DIR/states_plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user