summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2016-05-09 15:38:28 +0200
committerJohn Garbutt <john@johngarbutt.com>2016-05-13 09:15:44 +0000
commit88703e1c87b8eb8b29ab3d39bcc9d7c822e26706 (patch)
treedaa1a900c47e2c60a0e4b6f39f11d1c071385f3e /etc
parentbe22885793cee39c7343639813e8edef80fa9ea5 (diff)
downloadnova-88703e1c87b8eb8b29ab3d39bcc9d7c822e26706.tar.gz
config options: centralize default flavor option
The default flavor was introduced for the ec2 API. That API is deprecated and this option is not used in functional code anymore but in unit tests. A follow up patch will deprecate this option. In the next cycle we can then remove it. I've put the option to its own module to avoid merge conflicts with the nova.conf.compute module. As this option was the last one for the "oslo.config" generator namespace "nova.compute", the generator file was changed too and the nova.compute.ops module was deleted. blueprint centralize-config-options-newton Change-Id: Ie2be972673498ef984dfd3b5164512d77ef85ace
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova-config-generator.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf
index e51e18ba6d..045f93065e 100644
--- a/etc/nova/nova-config-generator.conf
+++ b/etc/nova/nova-config-generator.conf
@@ -6,7 +6,6 @@ namespace = nova.conf
namespace = nova.api
namespace = nova.cache_utils
namespace = nova.cells
-namespace = nova.compute
namespace = nova.network
namespace = oslo.cache
namespace = oslo.log