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

Thomas Goirand zigo at debian.org
Thu Feb 6 09:14:14 UTC 2014


On 02/06/2014 02:24 PM, Christian Perrier wrote:
> Last release of Nova includes:
> 
>   * Configures Neutron credentials through Debconf.
> 
> ....but the wording of the new templates doesn't fit the style of
> other templates.
> 
> The "funny" part is that these templates do have the following warning:
> 
> # These templates have been reviewed by the debian-l10n-english
> # team
> #
> # If modifications/additions/rewording are needed, please ask
> # debian-l10n-english at lists.debian.org for advice.
> #
> # Even minor modifications require translation updates and such
> # changes should be coordinated with translators and reviewers.

It was my intention to get the review done, however, shouldn't I upload
the package first???

> (please note that I think something should be said about what the hell
> is the "my_ip directive" and users should be given a clue of what they
> should put there but I have no bloody idea myself)

my_ip is the IP of the server running Nova. For example, consider this:

         |
<Internet (public IP)>
         |
********************
* cloud controler: *
* - API servers    *
* - network router *
* - etc.           *
********************
   192.168.1.1
        |
        +-----------------------------
        |                            |
   192.168.1.2                  192.168.1.3
        |                            |
**********************   **********************
* Nova compute node1 *   * Nova compute node2 *
**********************   **********************

The 192.168.1.0/24 network is the management network, where you will
plug as many compute nodes as you need. Here, my_ip should be
192.168.1.2 for node1, and 192.168.1.3 for node2. The my_ip directive
will be guessed by the config script of Nova, trying to find the network
interface connected to the default gateway.

Does it make sense now?

Cheers,

Thomas Goirand (zigo)



More information about the Openstack-devel mailing list