Merge pull request #41 from alvarolopez/fix_vnc

Import the vnc_enabled option into our FLAGS object.
This commit is contained in:
tmetsch 2013-04-05 01:31:55 -07:00
commit b47a0e6551
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):
"""