I've been using Vagrant-Rackspace to push my Vagrant instances onto 
Rackspace. This works well for spinning up new instances. There's one thing 
I cannot currently do, however: I would like to create a new Rackspace 
instance from scratch, but keep the IP address of the existing Rackspace 
instance.

For instance, when I type:
```
vagrant up --provider=rackspace
vagrant destroy
vagrant up --provider=rackspace
```

then I will end up with one Rackspace instance (which is what I want), but 
the Rackspace IP address will change between the first and second 
invocation of `vagrant up`. Is there a way to avoid this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to