diff --git a/confluent_client/bin/nodesetboot b/confluent_client/bin/nodesetboot index bad1fee4..5d26df51 100755 --- a/confluent_client/bin/nodesetboot +++ b/confluent_client/bin/nodesetboot @@ -32,7 +32,7 @@ if path.startswith('/opt'): import confluent.client as client argparser = optparse.OptionParser( - usage='Usage: %prog [options] [default|cd|network|setup|hd|usb|floppy]') + usage='Usage: %prog [options] [default|cd|network|http|setup|hd|usb|floppy]') argparser.add_option('-b', '--bios', dest='biosmode', action='store_true', default=False, help='Request BIOS style boot (rather than UEFI)') diff --git a/confluent_server/confluent/messages.py b/confluent_server/confluent/messages.py index d5be8326..e5ed6c39 100644 --- a/confluent_server/confluent/messages.py +++ b/confluent_server/confluent/messages.py @@ -1288,6 +1288,7 @@ class BootDevice(ConfluentChoiceMessage): 'cd', 'floppy', 'usb', + 'http', ]) valid_bootmodes = set([