Static bind network to project

Asked by Max Lvov

As I understand, when I create new network it's free until some instance don't get first address from it. But I want to have ability creating networks statically associated with some project, it is possible?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Max Lvov
Solved:
Last query:
Last reply:
Revision history for this message
Vish Ishaya (vishvananda) said :
#1

Yes, you can manually assign a project id to a network by setting the project_id in the database directly on the networks table.

Vish

On May 4, 2011, at 10:28 PM, Max Lvov wrote:

> New question #156029 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/156029
>
> As I understand, when I create new network it's free until some instance don't get first address from it. But I want to have ability creating networks statically associated with some project, it is possible?
>
> --
> 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
Max Lvov (usrleon) said :
#2

:) I mean some api, actually I make changes which satisfies me.
http://bazaar.launchpad.net/~usrleon/nova/nova-manage/revision/1034