From 1654533326820f18b2c944933dfc5ec349948220 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Fri, 15 Mar 2019 10:54:52 -0500 Subject: [PATCH] Update location of openrc in readme Openstack has been moved to containers and the /etc/nova/openrc file is now located at /etc/platform/openrc Story: 2004764 Task: 29906 Change-Id: Ia7dfbccea14e3385a4e0c6aff44fec0709ae6718 Signed-off-by: Al Bailey --- README_DC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_DC b/README_DC index 7a2b71bbf..01eca1c8d 100644 --- a/README_DC +++ b/README_DC @@ -8,7 +8,7 @@ configure_dc.sh # To use DC Manager CLI (these are just examples) -source /etc/nova/openrc +source /etc/platform/openrc # Add subclouds (description and location are optional) dcmanager subcloud add --name=subcloud1 \ --description="subcloud1 description" \