Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.
The "Testing OpenStack" page has been changed by JeremyDaggett: https://wiki.apache.org/jclouds/Testing%20OpenStack?action=diff&rev1=2&rev2=3 === Run === {{{ - mvn -Plive clean install "-Dtest.openstack-neutron-legacy.endpoint=http://my.ip.v4.address:5000/v2.0" "-Dtest.openstack-neutron.endpoint=http://localhost:5000/v2.0" "-Dtest.openstack-neutron.identity=demo:demo" "-Dtest.openstack-neutron- + mvn clean install -Plive "-Dtest.openstack-neutron-legacy.endpoint=http://my.ip.v4.address:5000/v2.0" "-Dtest.openstack-neutron.endpoint=http://localhost:5000/v2.0" "-Dtest.openstack-neutron.identity=demo:demo" "-Dtest.openstack-neutron- legacy.identity=demo:demo" "-Dtest.openstack-neutron.credential=devstack" "-Dtest.openstack-neutron-legacy.credential=devstack" }}} @@ -41, +41 @@ neutron net-list | awk '{print $2}' | xargs -I{} neutron net-delete "{}” }}} + == Heat == + + === Run === + + {{{ + mvn clean install -Plive -Dtest.openstack-heat.identity=<username> -Dtest.openstack-heat.credential=<password> -Dtest.openstack-heat.endpoint=<endpoint> + }}} +
