Skip to content

Commit

Permalink
Merge "Update quantum to neutron in comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Mar 22, 2014
2 parents 62ec323 + 24ea53f commit 2a67b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/network/neutronv2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def allocate_for_instance(self, context, instance, **kwargs):
:param dhcp_options: None or a set of key/value pairs that should
determine the DHCP BOOTP response, eg. for PXE booting an instance
configured with the baremetal hypervisor. It is expected that these
are already formatted for the quantum v2 api.
are already formatted for the neutron v2 api.
See nova/virt/driver.py:dhcp_options_for_instance for an example.
"""
hypervisor_macs = kwargs.get('macs', None)
Expand Down

0 comments on commit 2a67b98

Please sign in to comment.