OpenStack
OpenStack
Update a port in Neutron
To update a port in neutron you can do the following: neutron port-update --fixed-ip su...
Openstack commands
Nova: List of instances openstack server list nova list Details on a specific instan...
Adding a LVM Cinder Volume
mkfs.ext /dev/md0 mkdir /cinder-vol mount /dev/md0 /cinder-volumes dd if=/dev/zero of=/cind...
OpenStack MySQL command
Force delete snapshot use cinder; update snapshots set status='deleted', deleted='1' where id =...