Fix DOCUMENTATION for ec2_vpc_dhcp_options.py and add missing RETURN to ec2_vol_facts.py

This commit is contained in:
Matt Martz 2016-02-02 09:53:34 -06:00 committed by Matt Clay
parent 8eeb30da3d
commit 78759c667a
2 changed files with 56 additions and 52 deletions

View file

@ -55,6 +55,10 @@ EXAMPLES = '''
'''
# TODO: Disabled the RETURN as it was breaking docs building. Someone needs to
# fix this
RETURN = '''# '''
try:
import boto.ec2
from boto.exception import BotoServerError