cloudlaunch icon indicating copy to clipboard operation
cloudlaunch copied to clipboard

Easily launch cloud applications.

Results 29 cloudlaunch issues
Sort by recently updated
recently updated
newest added

When I click the `Archive/Delete` button in front of a running instance, then choose the `Delete Permanently and Archive` option, I get the following error: >UNABLE TO CHECK STATUS Delete...

We can use fail2ban to monitor django logs and ban repeated attempts to login.

While OpenStack reports my instance status as `Shutoff`, CloudLaunch shows it `RUNNING`. Not sure if this related to how vendor status are mapped to cloudlaunch status, or it is bug.

As discussed during the meeting, the following enhancements came up * A progress bar to indicate launch progress * Maybe allow applications to decide between reporting a fixed list of...

enhancement

Some primary keys use slug and others use id, which makes writing client code difficult, since you have to know in advanced whether an object is using slug or id....

When editing a cloud in the admin panel, if the 'Name' is changed, the cloud gets modified, but if the 'Slug' is changed, it instead creates a new Cloud and...

If cloudlaunch gets past the launch instance step, but fails when assigning a floating ip, the status log will show an error. However, if you attempt to archive and delete...

Tried to add a new **OpenStack** cloud so going from a clean setup we encountered the following issues: - [ ] Router did not have a gateway set - [...

bug

Currently, our tasks are modelled as an enum of simple tasks (e.g. LAUNCH, RESTART, HEALTH_CHECK), and do not have any parameterization, other than initial parameterization when creating a deployment. That...

enhancement

Allow a user to specify a username and host address and deploy an application to it. CloudLaunch will have a special private/public SSH key pair and will instruct the user...

enhancement