Robert Jones
Robert Jones
@adunsulag I ran the ONC tests and found a fail for Admin using fhirUser Person, which I realized I'd meant to change as well. All user role Users can be...
That 1 failing test needs a bump.
Hey Jerry, so for being slow... yes, that sounds perfect. Thanks!!!
The PR accepts a comma separated list of net-id's or net-name's for openstack and rackspace drivers.
I no longer have access to the environment to test against. My main environment was Rackspace then. The idea was that (outside docker-machine) a machine could be set up with...
@fsoppelsa I've rebased the code. Can you try it out from https://github.com/robertjustjones/machine.git from branch rackspace-net-switches ? (It includes openstack)
Thanks @fsoppelsa. Mind trying again from https://github.com/robertjustjones/machine/tree/rackspace-net-switches?
@fsoppelsa I did just successfully test with 3 networks using this command ``` ./bin/docker-machine-Darwin-x86_64 --debug create \ --driver openstack \ --openstack-flavor-id 2 \ --openstack-floatingip-pool public \ --openstack-sec-groups default \ --openstack-ssh-user...
ok, fixed whitespace, all checks pass again now #2974 . Thanks!!