From 488bb698eb437cc1634ea34a67d25431dbe70788 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 5 Apr 2016 03:29:01 +0000 Subject: [PATCH] Add link to the latest nova.conf example The current README-nova.conf.txt implies that you need to clone the entire repo and build the sample configuration file yourself. While that is a viable option for some, we should also point out that you can see an example of the latest nova.conf on docs.openstack.org, which obviously has a much lower barrier to entry. Change-Id: I94aa183c64287549d30bf09b01c3c3f7fa86be27 --- etc/nova/README-nova.conf.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/etc/nova/README-nova.conf.txt b/etc/nova/README-nova.conf.txt index b42c614d5f..f574b2a63f 100644 --- a/etc/nova/README-nova.conf.txt +++ b/etc/nova/README-nova.conf.txt @@ -1,4 +1,8 @@ -To generate the sample nova.conf file, run the following -command from the top level of the nova directory: +To generate the sample nova.conf file, run the following command from the top +level of the nova directory: -tox -egenconfig + tox -egenconfig + +For a pre-generated example of the latest nova.conf, see: + + http://docs.openstack.org/developer/nova/sample_config.html