Skip to content

Instantly share code, notes, and snippets.

june@hp650:~/git/openstack/nova$ tox -e functional nova.tests.functional.test_servers.ServersTest.test_create_and_rebuild_server
functional develop-inst-noop: /home/june/git/openstack/nova
functional installed: alabaster==0.7.9,alembic==0.8.9,amqp==1.4.9,anyjson==0.3.3,appdirs==1.4.0,Babel==2.3.4,bandit==1.3.0,cachetools==2.0.0,castellan==0.4.0,cffi==1.9.1,cliff==2.3.0,cmd2==0.6.9,colorama==0.3.7,contextlib2==0.5.4,coverage==4.3.1,cryptography==1.7.1,ddt==1.1.1,debtcollector==1.10.0,decorator==4.0.10,docutils==0.12,dogpile.cache==0.6.2,dulwich==0.16.1,enum34==1.1.6,eventlet==0.19.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.2.4,funcsigs==1.0.2,functools32==3.2.3.post2,futures==3.0.5,futurist==0.20.0,gabbi==1.30.0,gitdb2==2.0.0,GitPython==2.1.1,greenlet==0.4.10,hacking==0.10.2,httplib2==0.9.2,idna==2.2,ipaddress==1.0.17,iso8601==0.1.11,Jinja2==2.8.1,jsonpatch==1.14,jsonpath-rw==1.4.0,jsonpath-rw-ext==1.0.0,jsonpointer==1.10,jsonschema==2.5.1,keystoneauth1==2.16.0,keystonemiddleware==4.13.0,kombu
@gochist
gochist / gist:6898937
Created October 9, 2013 09:56
ex. cw desc alarms
import java.io.IOException;
import com.amazonaws.auth.PropertiesCredentials;
import com.amazonaws.services.cloudwatch.AmazonCloudWatch;
import com.amazonaws.services.cloudwatch.AmazonCloudWatchClient;
import com.amazonaws.services.cloudwatch.model.DescribeAlarmsRequest;
import com.amazonaws.services.cloudwatch.model.DescribeAlarmsResult;
import com.amazonaws.services.cloudwatch.model.MetricAlarm;
public class CloudWatchSample {