Fix due to https://gerrit.openbmc-project.xyz/#/c/6530 merge

Change-Id: If17bc3ddfdd196c63c46f6c6cc7f4aad5a4f032e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/variables.py b/data/variables.py
index 65cd74a..71744a5 100644
--- a/data/variables.py
+++ b/data/variables.py
@@ -9,7 +9,9 @@
 
 # REST URI base endpoint paths.
 CONTROL_URI = OPENBMC_BASE_URI + 'control/'
-SETTINGS_URI = OPENBMC_BASE_URI + 'settings/'
+# old vs new code dependencies in many places.
+# TODO: remove when ready.
+SETTINGS_URI = '/org/openbmc/settings/'
 WATCHDOG_URI = OPENBMC_BASE_URI + 'watchdog/'
 TIME_MANAGER_URI = OPENBMC_BASE_URI + 'time/'
 XYZ_NETWORK_MANAGER = OPENBMC_BASE_URI + 'network/'