use/meaning of the dns field on the networks table

Asked by arturo lorenzo

When I've created a network, the DNS field contained 8.8.4.4. What is this?
Then I've created another network and the DNS field contained NULL.
Do we have to specify our DNS server on this field? or 8.8.4.4/NULL will be OK?
Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Vish Ishaya
Solved:
Last query:
Last reply:
Revision history for this message
Armando Migliaccio (armando-migliaccio) said :
#1

I have got a similar question, how do I specify the DNS entry when I do

nova-manage network create?

Revision history for this message
Best Vish Ishaya (vishvananda) said :
#2

If you are using flat mode:
--flat_network_dns
either in the flagfile or on the command-line to nova-manage

Vish

On Feb 23, 2011, at 9:51 AM, Armando Migliaccio wrote:

> Question #146592 on OpenStack Compute (nova) changed:
> https://answers.launchpad.net/nova/+question/146592
>
> Armando Migliaccio posted a new comment:
> I have got a similar question, how do I specify the DNS entry when I do
>
> nova-manage network create?
>
> --
> You received this question notification because you are a member of Nova
> Core, which is an answer contact for OpenStack Compute (nova).

Revision history for this message
Armando Migliaccio (armando-migliaccio) said :
#3

thanks for the answer Vish, that's what I was looking for!

Revision history for this message
arturo lorenzo (arturo-lorenzo) said :
#4

Thanks Vish Ishaya, that solved my question.