Browse code

Use sahara.conf.sample instead of old one

Sahara internals was updated, now we can use correct conf sample.

Change-Id: Ia8d99c2742785c3b5c724617a5dfc2880624a03f

Sergey Lukjanov authored on 2014/03/13 03:26:12
Showing 1 changed files
... ...
@@ -106,8 +106,7 @@ function configure_sahara {
106 106
     sudo chown $STACK_USER $SAHARA_CONF_DIR
107 107
 
108 108
     # Copy over sahara configuration file and configure common parameters.
109
-    # TODO(slukjanov): rename when sahara internals will be updated
110
-    cp $SAHARA_DIR/etc/savanna/savanna.conf.sample $SAHARA_CONF_FILE
109
+    cp $SAHARA_DIR/etc/sahara/sahara.conf.sample $SAHARA_CONF_FILE
111 110
 
112 111
     # Create auth cache dir
113 112
     sudo mkdir -p $SAHARA_AUTH_CACHE_DIR