[Openstack-devel] Bug#737819: Bug#737819: Bug#737819: nova: Newly introduced templates should get a review by debian-l10n-english

Thomas Goirand zigo at debian.org
Fri Feb 7 16:13:12 UTC 2014


On 02/07/2014 07:54 PM, Justin B Rye wrote:
> Thomas Goirand wrote:
>>>    This value will be the static address for this compute node, and
>>>    must use IPv4 unless use_ipv6 is manually set to "True".
>>
>> No, it will always be an IPv4, because that's what is used to contact
>> the node. IPv6 has to do with the VM ran inside the node. I don't think
>> it's possible to use an IPv6 for my_ip, but that's not really a problem
>> since this is all inside a private IPv4 range.
> 
> So "Value for my-ip" *must* be inside a private IPv4 range?  And we're
> also taking it for granted that it needs to be a unique value on the
> same LAN as its neighbours!  So how about something like this:
> 
>   Template: nova/my-ip
>   Type: string
>   _Description: Node IP address:
>    Please enter the IP address for this node on the private network
>    being used locally by OpenStack.
>    .   
>    This value will be stored in the my_ip directive of nova.conf.

Hi,

"on the private network" should be changed by "on the management
network", because there's also a virtual machine network which connects
all compute nodes, and the network gateway (eg: neutron-server).

"used locally by OpenStack" isn't appropriate either, IMO. It's really
used by nova, and not by the neutron agent that does the networking, and
which would be setup on the same machine, for example.

Thomas



More information about the Openstack-devel mailing list