Change instances_type

Asked by Raphael.G

Because of a lack of disk space on my single node (i use one node to deploy all services and kvm)
I redefined m1.tiny in database to take 3Go disk space (just for tests).
Is this the only thing to do to redefine instance_types ?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Everett Toews
Solved:
Last query:
Last reply:
Revision history for this message
Best Everett Toews (everett-toews) said :
#1

I'm not sure how to change it directly in the DB but in the latest versions
of the Nova code base (see Using Anso
Packages<http://ansolabs.com/articles/using-anso-packages>)
you can use the nova-manage command to CRUD instance types.

E.G. nova-manage instance_type list|create|delete

Using the nova-manage command will guarantee everything is updated properly.

Everett

On Mon, Mar 14, 2011 at 3:58 PM, Raphael.G <
<email address hidden>> wrote:

> New question #149100 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/149100
>
> Because of a lack of disk space on my single node (i use one node to deploy
> all services and kvm)
> I redefined m1.tiny in database to take 3Go disk space (just for tests).
> Is this the only thing to do to redefine instance_types ?
>
> --
> You received this question notification because you are an answer
> contact for OpenStack Compute (nova).
>

Revision history for this message
Raphael.G (raphael-g) said :
#2

Thanks Everett Toews, that solved my question.