Import the vnc_enabled option into our FLAGS object.

This commit is contained in:
Alvaro Lopez Garcia 2013-04-05 10:13:26 +02:00
parent 4cb6b9019b
commit da1a1b3ac6
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ VOLUME_API = volume.API()
LOG = logging.getLogger(__name__)
# NOTE(aloga): we need to import the option
FLAGS.import_opt('vnc_enabled', 'nova.vnc')
def create_vm(entity, context):
"""