Skip to content

Commit

Permalink
Upgrade & deploy glance (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 30, 2023
1 parent 12feb6b commit 213bedf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/deploy-guide/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ sidebar_position: 30
---

# OpenStack

## Glance

```
osism apply -a pull glance
osism apply glance
```
13 changes: 13 additions & 0 deletions docs/guides/upgrade-guides/openstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_label: OpenStack
sidebar_position: 40
---

# OpenStack

## Glance

```
osism apply -a pull glance
osism apply -a rolling-upgrade glance
```

0 comments on commit 213bedf

Please sign in to comment.