Get OpenStack instance IPs from the command line. No more browsing Horizon, just
ssh ubuntu@$(fce my-openstack-host).
$ pipx install git+https://github.com/cellgeni/fce.gitConfigure your OpenStack credentials in ~/.config/openstack/clouds.yaml, then:
$ fce
usage: fce [-h] [--project PROJECT] name
fce: error: the following arguments are required: name
$ fce my-openstack-host
203.0.113.224
$ fce does-not-exist
no such host(s): 'does-not-exist'Copyright (c) 2025 Genome Research Ltd.
Author: Ash Holland ah37@sanger.ac.uk
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.