Remove unused default nova flavor.

Change-Id: Ia43b1290d6a4c4f5ad4742c2e6b7fd042b6889f6
This commit is contained in:
Federico Ressi 2019-07-19 17:06:57 +02:00
parent 1d92307e6b
commit 356ca7fd2e
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ from oslo_config import cfg
GROUP_NAME = "nova"
OPTIONS = [
cfg.StrOpt('flavor',
help="Default flavor for new server instances"),
cfg.StrOpt('key_file', default='~/.ssh/id_rsa',
help="Default SSH key to login to server instances"),
]