aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_router/README.md
blob: 91899b31897eddaa5d8a260e9159fa11a034a387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Router: Core module for the Moon project

This package contains the core module for the Moon project
It is designed to provide authorization features to all OpenStack components.

For any other information, refer to the parent project:

    https://git.opnfv.org/moon

## Build Image
```bash
docker image build -t wukongsun/moon_router:v4.1 .
```

## Push Image
```bash
docker push wukongsun/moon_router:v4.1
```